v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Attribute groups

Update attribute group

Update the values field in an attribute group. All other attribute group fields are immutable.

patch/v1/attribute-groups/{groupId}

Path parameters

groupIdstring required

Attribute group ID

Request body

valuesstring[] required

Attribute group values

  • Each value must be unique within the array
  • Maximum of 20,000 items
  • Each item must not exceed 15 characters

Example request

{
  "values": [
    "0123",
    "2224",
    "3876"
  ]
}

Response

No content