Regenerate the client secret
PATCH/api/2.0/clients/:clientId/regenerate
Generates a new client secret for the specified OAuth2 client. The old secret will be immediately invalidated. This operation should be used with caution as it requires updating the secret in all client applications.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
Client secret successfully regenerated
Invalid client ID format
Insufficient permissions to regenerate client secret
Client not found
Too many requests - rate limit exceeded
Internal server error occurred