v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Collaboration Groups Labels

Create label for domain

post/v2/collaboration-groups/labels

Request body

namestring required
domainIdinteger required
colorstring

Example request

{
  "name": "Important",
  "domainId": 100,
  "color": "#FF0000"
}

Response

OK

idinteger
namestring
colorstring
domainIdinteger

Example response

{
  "id": 1,
  "name": "Important",
  "color": "#FF0000",
  "domainId": 100
}