update-client-scope
Update an existing Keycloak client scope by supplying the realm and client scope ID, with optional fields for name, protocol, attributes, and description.
Instructions
Update an existing client scope
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Client scope name | |
| realm | Yes | Realm name | |
| protocol | No | Protocol | |
| attributes | No | Client scope attributes | |
| description | No | Client scope description | |
| clientScopeId | Yes | Client scope ID |