Update a group

Update editable fields. Writable: name, alias, parent_id, status, data, prompt, plus the products / asset_groups / inherit_products associations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Identifier

Body Params

Editable group fields. The model fields (name, alias, parent_id, status, data, prompt) are accepted alongside the association helpers below. name is required on create.

string
length ≤ 128
string | null
integer | null
integer
enum
Defaults to 1

Status (0=unpublished/inactive, 1=published/active)

Allowed:
data
object | null

Data (JSON)

string | null

Returned only when requested with ?expand=prompt.

products
array of integers

Product IDs to associate with the group (read back as product_ids).

products
asset_groups
array of integers

Asset-group IDs to associate with the group (read back as asset_group_ids).

asset_groups
boolean

When true, the group inherits its parent group's products.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json