Roles
Update role
Updates a custom role's name or permissions tree. System roles cannot be modified.
put/tenants/{tenant_id}/roles/{role_id}
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
role_idinteger required
Example:7261845001236500000
Role identifier
Request body
Example request
{
"name": "tenant-admin"
}Response
Role updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.