Create or Upsert Group or Groups
Create new chunk_group(s). This is a way to group chunks together. If you try to create a chunk_group with the same tracking_id as an existing chunk_group, this operation will fail. Only 1000 chunk groups can be created at a time. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Body
JSON request payload to cretea a chunk_group(s)
The body is of type object
.
The body is of type object
.
The body is of type object[]
.
Response
Returns the created chunk_group if a single chunk_group was specified or an array of all chunk_groups which were created
The response is of type object
.
The response is of type object
.
The response is of type object[]
.