API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /users
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- users property Modified
-
data property Modified
-
application/json content type Modified
GET /users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- latest_login_at property Added
-
data property Modified
-
application/json content type Modified
POST /users
- Body
-
application/json content type Modified
-
password property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
password property Removed
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- latest_login_at property Added
-
data property Modified
-
application/json content type Modified
PUT /users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- latest_login_at property Added
-
data property Modified
-
application/json content type Modified