Card Hierarchy Group Management
Update Card Hierarchy Group
This operation updates the details of a specific group within a card hierarchy, such as its name.
PATCH
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
Path Parameters
cardHierarchyId
string
requiredCard hierarchy id
groupId
string
requiredGroup id
Query Parameters
auditUser
string
requiredThe 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
id
string
requiredGenerated id of the group
name
string
requiredName of the group
parentId
string
Id of the parent group
type
enum<string>
requiredType of the group
Available options:
ROOT
, INTERMEDIATE
, CARD