Skip to main content
PUT
update team role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

name
integer
required

ID of the role to update.

Body

application/json
name
string
required

New name for the role.

permissions
object
required

JSON encoded permissions for the role.

Response

200 - application/json

Successfully updated team role.

The response is of type string.

Example:

"Successfully Updated Team Role For <role_name>"