API structure has changed
6 structure changes including:
6 Modifications
Modified
6
Breaking
DELETE /user/delete
- Response
- 400 response Removed
- 403, 404, 500 responses Added
- Authentication
- User access token authentication method Removed
GET /crypto/dec
- Response
-
400 response Modified
- fatal property Removed
- 500 response Added
- Authentication
- Api token authentication method Removed
GET /crypto/enc
- Response
-
400 response Modified
- fatal property Removed
- 500 response Added
- Authentication
- Api token authentication method Removed
GET /user/get
- Response
-
400 response Modified
- fatal property Removed
- Authentication
- Api token authentication method Removed
PATCH /user/update
- Response
-
200 response Modified
- success property Removed
- 400 response Removed
- 404, 500 responses Added
- Authentication
- User access token authentication method Removed
POST /user/create
- Response
- 200, 400 responses Removed
- 201, 403, 404, 500 responses Added
- Authentication
- Api token authentication method Removed