Update OAuth Integration configuration
PUT/v2/manage/integrations/oauth/:integrationId
Updates an existing OAuth/OIDC integration configuration for the Tenant identified by its Id. Id and DisplayName are immutable; only configuration fields are updated. Omitting a field leaves its stored value unchanged, as does a token lifetime of 0; passing an explicit empty AllowedScopes array removes all scopes from the integration.
Request
Responses
- 200
- 400
- 403
- 404
- 500
OK: The request was successful.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Forbidden: The client does not have permission to access the resource.
Not Found: The server cannot find the requested resource.
Internal Server Error: The server encountered an unexpected error.