PATCH
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "parentId": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "parentId": "<string>",
  "type": "ROOT"
}

Path Parameters

cardHierarchyId
string
required

Card hierarchy id

groupId
string
required

Group id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
name
string

Name of the group

parentId
string

Id of the parent group

Response

200
application/json
Successful update of the card hierarchy group
id
string
required

Generated id of the group

name
string
required

Name of the group

type
enum<string>
required

Type of the group

Available options:
ROOT,
INTERMEDIATE,
CARD
parentId
string

Id of the parent group