update_authz_role
Update an existing authorization role by providing role ID and optional fields like name, description, permissions, and parent role for inheritance.
Instructions
Update an existing authorization role by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Role name | |
| role_id | Yes | Role ID | |
| description | No | Role description | |
| permissions | No | Permission identifiers | |
| parent_role_id | No | Parent role ID for inheritance |