Public
Teams
Update a team
patch/v1/public/teams/{teamId}
Path parameters
teamIdstring required
Request body
Example request
{
"names": {
"en": "customer service",
"fr": "service client"
},
"timeZone": "America/New_York",
"custom": {
"field1": "value1",
"field2": "value2"
}
}Response
Example response
{
"names": {
"en": "customer service",
"fr": "service client"
},
"custom": {
"key1": "value1",
"key2": "value2"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.