API structure has changed
15 structure changes including:
6 Additions
9 Modifications
Modified
9
Breaking
DELETE /api/applications/{id}/legacy-secret
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
-
204 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
GET /api/applications
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
GET /api/applications/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
GET /api/organizations/{id}/applications
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
GET /api/roles/{id}/applications
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
PATCH /api/applications/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
PATCH /api/organizations/{id}
- Response
- 422 response Added
POST /api/applications
- Response
-
200 response Modified
-
application/json content type Modified
-
secret property Modified
- Property is no longer required
-
secret property Modified
-
application/json content type Modified
POST /api/organizations
- Response
- 422 response Added
Added
6
DELETE /api/configs/actions/{actionType}
GET /api/configs/actions
GET /api/configs/actions/{actionType}
PATCH /api/configs/actions/{actionType}
POST /api/configs/actions/test
PUT /api/configs/actions/{actionType}