API structure has changed
6 structure changes including:
1 Breaking change
5 Modifications
1 Removal
Modified
5
GET /api/sso-connector-factories
- Response
-
200 response Modified
-
application/json content type Modified
- standardConnectors, providerConnectors properties Modified
-
application/json content type Modified
GET /api/sso-connectors
- Response
-
200 response Modified
-
application/json content type Modified
- branding property Modified
- name, providerLogoDark properties Added
-
application/json content type Modified
GET /api/sso-connectors/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- branding property Modified
- name, providerLogoDark properties Added
-
application/json content type Modified
PATCH /api/sso-connectors/{id}
- Body
-
application/json content type Modified
- branding property Modified
- Response
-
200 response Modified
-
application/json content type Modified
- branding property Modified
- name, providerLogoDark properties Added
-
application/json content type Modified
POST /api/sso-connectors
- Body
-
application/json content type Modified
- branding property Modified
- Response
-
200 response Modified
-
application/json content type Modified
- branding property Modified
-
application/json content type Modified
Removed
1
Breaking
PATCH /api/sso-connectors/{id}/config
- Removing a resource is always breaking unless it was deprecated before Breaking