API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
PATCH /v1/users/
- Response
-
200 response Modified
-
application/json content type Modified
-
LoginDto alternative Modified
- user property Modified
-
UserDto alternative Modified
-
firstname, lastname properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
firstname, lastname properties Modified
-
LoginDto alternative Modified
-
application/json content type Modified
POST /v1/auth/login
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
-
firstname, lastname properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
firstname, lastname properties Modified
-
user property Modified
-
application/json content type Modified
POST /v1/auth/register
- Body
-
application/json content type Modified
-
firstname, lastname properties Modified
-
Full types went from
stringtostring | null - Properties are no longer required
-
Full types went from
-
firstname, lastname properties Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
id, firstname, lastname, email, phone, email_verified_at properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- user, token properties Added
-
id, firstname, lastname, email, phone, email_verified_at properties Removed
-
application/json content type Modified
POST /v1/auth/reset-password
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
-
firstname, lastname properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
firstname, lastname properties Modified
-
user property Modified
-
application/json content type Modified