POST
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
/
cards
/
{cardId}
/
move
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/hierarchy/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/{cardId}/move' \
  --header 'Content-Type: application/json' \
  --data '{
  "newGroupId": "<string>"
}'
This response does not have an example.

Path Parameters

cardHierarchyId
string
required

Card hierarchy id

groupId
string
required

Group id

cardId
string
required

Card id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
newGroupId
string
required

Id of the new card hierarchy group

Response

204
_mintlify/placeholder

Successful move of the card to another card hierarchy group