client_update
Update an OAuth2 client by specifying its client ID and at least one field to change, such as name, scopes, redirect URIs, or regenerate secret.
Instructions
Update an OAuth2 client. Provide at least one field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name. | |
| image | No | New icon URI, or null to remove. | |
| scopes | No | New allowed scopes. | |
| clientId | Yes | The client ID to update. | |
| regenSecret | No | Set true to regenerate the client secret. | |
| redirectUris | No | New allowed redirect URIs. |