v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Collaboration Groups

Move a collaboration group to a new parent

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

Path parameters

collaborationGroupIdinteger required

Request body

newParentIdinteger required

Example request

{
  "newParentId": 10
}

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"
}