Skip to main content
PATCH
Update an entity group

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

The UUID of the entity group to update.

Body

application/json
name
string

Human-readable display name of the entity group.

Example:

"Competitor Brands"

parentId
string<uuid> | null

Parent group of a division. Send a group ID to attach or move the division, or null to detach it into a standalone division. Groups cannot have a parent.

Example:

"018f3a2b-7c4d-7e91-b3f5-2a6c8d0e1f42"

Response