{ "method": "PUT", "path": "/api/v1/org/sso/azuread", "summary": "Upsert Azure AD SSO configuration", "tags": [ "Organizations" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UpsertAzureAdSsoConfig" } } } }, "responses": { "200": { "description": "Ok", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiUpsertAzureAdSsoConfigResponse" } } } }, "default": { "description": "Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiErrorPayload" } } } } } }