v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Collaboration Groups

Update collaboration group

put/v2/collaboration-groups/groups/{collaborationGroupId}

Path parameters

collaborationGroupIdinteger required

Request body

namestring required
labelIdinteger required
domoDashboardIdstring

Example request

{
  "name": "Region North",
  "labelId": 5,
  "domoDashboardId": "abc12"
}

Response

OK

idinteger
namestring
parentIdinteger
domainIdinteger
labelIdinteger
domoDashboardIdstring
isArchivedboolean

Example response

{
  "id": 1,
  "name": "Region North",
  "parentId": 10,
  "domainId": 100,
  "labelId": 5,
  "domoDashboardId": "abc-123"
}