Update an existing OAuth2 client
PUT/api/2.0/clients/:clientId
Updates the configuration of an existing OAuth2 client, allowing modifications to the client name, description, redirect URIs, and other settings. The client ID cannot be modified.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
Client successfully updated
Invalid request - missing required fields or validation failed
Insufficient permissions to update client
Client not found
Too many requests - rate limit exceeded
Internal server error occurred