API structure has changed
3 structure changes including:
2 Breaking changes
1 Addition
2 Modifications
Modified
2
Breaking
POST /api/experience/profile
- Path went from
/api/users/{userId}/profile
to/api/experience/profile
(same operationId)Breaking - Verb went from
PATCH
toPOST
(same operationId)Breaking - Body
-
application/json content type Modified
-
object alternative Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object-1, object-2, object-3, object-4, object-5 alternatives Added
-
object alternative Removed
- Path
-
userId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Response
-
200, 401 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
- 204, 422 responses Added
- Authentication
-
OAuth2 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 /api/experience/verification/verification-code/verify
- Path went from
/api/verification-codes/verify
to/api/experience/verification/verification-code/verify
(same operationId)Breaking - Body
-
application/json content type Modified
-
object property Modified
-
Removing polymorphism is always breaking Breaking
-
Removing polymorphism is always breaking
-
object property Modified
- Response
-
204, 401, 403 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
- 200, 404, 501 responses Added
- Authentication
-
OAuth2 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
POST /api/sign-in-exp/default/check-password