Skip to main content

Update a group

PUT 

/groups/:id

Partial update. Send the current version via the If-Match header (preferred; from the ETag of a prior read) or the body _version. Missing → 400; stale → 409. Each rules[].productId you set must exist in your organization.

Request

Responses

A single group

Response Headers
    ETag

    Current record version; send back as If-Match on update/delete.