v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBCollaboration Groups Labels
Update label
put/v2/collaboration-groups/labels/{labelId}
Path parameters
labelIdinteger required
Request body
Example request
{
"name": "Important",
"color": "#FF0000"
}Response
OK
Example response
{
"id": 1,
"name": "Important",
"color": "#FF0000",
"domainId": 100
}