API structure has changed
7 structure changes including:
3 Additions
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
-
active 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
- deleted_at, suspended_at properties Added
-
active property Removed
-
data property Modified
-
application/json content type Modified
POST /users
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
-
active 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
- deleted_at, suspended_at properties Added
-
active property Removed
-
data property Modified
-
application/json content type Modified
PUT /users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
active 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
- deleted_at, suspended_at properties Added
-
active property Removed
-
data property Modified
-
application/json content type Modified
Added
3
PATCH /users/{id}/reactivate
PATCH /users/{id}/suspend
POST /auth/me/change-info