Update a role
Roles
Update a role
Update an existing role’s name, description, or permissions.
PATCH
Update a role
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | No | Updated role name |
description | No | Updated description |
permissions | No | Updated permission list |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the role to update
Body
application/json
Response
Role updated successfully

