API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
POST /api/v1/authentication/sign-in
- Body
-
multipart/form-data content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/x-www-form-urlencoded content type Added
- 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
- 401, 500 responses Added
POST /api/v1/authentication/sign-in-google-callback
- Response
-
200 response Modified
- application/json content type Added
- 401, 500, 503 responses Added
- Body
-
multipart/form-data content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/x-www-form-urlencoded content type Added
POST /api/v1/authentication/sign-out
- 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
- 401 response Added