patchClient
Update an existing OAuth client's settings including name, redirect URIs, and authentication requirements.
Instructions
Update existing OAuth client(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client id. | |
| name | No | Client display name. | |
| homepage | No | Homepage or web app URL that starts the code flow. | |
| description | No | Longer description to identify the client. | |
| redirect_uri | No | Allowed redirect URIs for this client. | |
| public | No | Public clients do not require a secret. | |
| confirm | No | Require user confirmation before granting access. | |
| two_factor | No | Require two-factor authentication for login. | |
| allow_signup | No | Allow users to sign up in the web dialog. | |
| social_signup | No | Allow social login during signup. |