Skip to main content
PUT
Update Team Role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the role to update.

Body

application/json
name
string

New name for the role.

permissions
object

JSON encoded permissions for the role.

Response

{"success": true, "msg": "Successfully Updated Team Role For "} or no-op message if permissions unchanged

success
boolean

Always true on success

msg
string

Human-readable confirmation message