Rotate OAuth Integration client secret
PUT/v2/manage/integrations/oauth/:integrationId/credentials
Regenerates the client secret for an existing OAuth/OIDC integration identified by its Id. The ClientId and Id are unchanged; only the secret is rotated. The new plaintext ClientSecret is returned once in this response, and only its hash is persisted server-side.
Request
Responses
- 200
- 403
- 404
- 500
OK: The request was successful.
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.