v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBTeam roles
Update team role
Updates the details of a team role
patch/api/{cloudId}/v1/teams/{teamId}/roles/{identifier}
Path parameters
identifierstring required
Id of the team role.
Id of the team role.
teamId'id' | 'name' required
Id of the team.
Id of the team.
Request body
Example request
{
"name": "updatedRole",
"rights": [
{
"right": "access-reports",
"granted": true
},
{
"right": "delete-escalations",
"granted": false
}
]
}Response
Returned if the request is successful.