oauth2_clients_update
Update existing OAuth2 application settings, including name, scopes, redirect URIs, and status. Only the fields you provide are changed.
Instructions
Update an existing OAuth2 application. Only provided fields are changed. Cannot be called via API key or OAuth2 token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| uuid | Yes | OAuth2 app UUID | |
| scopes | No | New scopes | |
| logoUrl | No | New logo URL | |
| isActive | No | Enable/disable the app | |
| websiteUrl | No | New website URL | |
| description | No | New description | |
| redirectUris | No | New redirect URIs |