API structure has changed
9 structure changes including:
9 Modifications
Modified
9
Breaking
GET /api/applications/{applicationId}/roles
- Response
-
200 response Modified
- application/json content type Modified
GET /api/roles
- Response
-
200 response Modified
- application/json content type Modified
GET /api/roles/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- isDefault property Added
-
application/json content type Modified
GET /api/users/{userId}/roles
- Response
-
200 response Modified
- application/json content type Modified
PATCH /api/roles/{id}
- Body
-
application/json content type Modified
- isDefault property Added
- Response
-
200 response Modified
-
application/json content type Modified
- isDefault property Added
-
application/json content type Modified
POST /api/interaction/single-sign-on/{connectorId}/authentication
- Response
- 500 response Added
POST /api/interaction/single-sign-on/{connectorId}/registration
- Response
- 500 response Added
POST /api/roles
- Body
-
application/json content type Modified
- isDefault property Added
- Response
-
200 response Modified
-
application/json content type Modified
- isDefault property Added
-
application/json content type Modified
POST /api/roles/{id}/scopes
- Response
-
200 response Modified
-
application/json 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/json content type Removed
- 201 response Added