API structure has changed
5 structure changes including:
1 Addition
4 Modifications
Modified
4
Breaking
DELETE /v1/users/me
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 204 response Added
- Authentication
-
Sensay jwt authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
GET /v1/users/me
- Response
-
200 response Modified
-
application/json content type Modified
-
success, type, uuid 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
- name, id, linkedAccounts properties Added
-
success, type, uuid properties Removed
-
application/json content type Modified
-
400, 401, 404, 415, 500 responses Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Authentication
-
Sensay jwt authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
POST /v1/users
- Body
-
application/json content type Modified
- IDs property Removed
- name, id, linkedAccounts properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- success, type, uuid properties Removed
- name, email, id, linkedAccounts properties Added
-
application/json content type Modified
- 400, 401, 404, 415, 500 responses Removed
PUT /v1/users/me
- Operation is no longer beta
- Body
-
application/json content type Modified
-
IDs 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
- name, id, linkedAccounts properties Added
-
IDs property Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
success, type, uuid 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
- name, id, linkedAccounts properties Added
-
success, type, uuid properties Removed
-
application/json content type Modified
- Authentication
-
Sensay jwt authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
Added
1
GET /v1/users/{ID}