Team
Update a team
PATCH /team/{id}
PATCH /team/{id}
Path parameters
idintegerpathrequiredNo description.
Request body
idintegerbodyThe unique identifier of the team
namestringbodyThe name of the team
parentintegerbodyThe parent id of the team
descriptionstringbodyThe description of the team
settingsobjectbodyNo description.
Request Example
{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}Responses
200 — Successful operation
Response Example
{
"success": true
}500 — Internal error