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
Example request
{
"values": [
"0123",
"2224",
"3876"
]
}Response
No content