Admin
Update Role
patch/v1/admin/roles/{role_id}
Path parameters
role_idinteger required
The ID of the role to update.
The ID of the role to update.
Request body
Example request
{
"name": "my-role"
}Response
Successful Response
The ID of the role to update.
The ID of the role to update.
{
"name": "my-role"
}Successful Response