Skip to main content
PATCH
/
v1
/
card-hierarchies
/
{cardHierarchyId}
{
  "id": "<string>",
  "name": "<string>",
  "active": true
}

Path Parameters

cardHierarchyId
string<biginteger>
required

Card hierarchy id

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
name
string

Name of the card hierarchy

Response

Successful update of the card hierarchy

id
string<biginteger>
required

Generated id of the card hierarchy

name
string
required

Name of the card hierarchy

active
boolean
required

Whether the card hierarchy is active or not

I