Chunk Group
Add Chunk to Group by Tracking ID
Route to add a chunk to a group by tracking id. One of chunk_id or chunk_tracking_id must be provided. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
POST
/
api
/
chunk_group
/
tracking_id
/
{tracking_id}
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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.
Path Parameters
tracking_id
string
requiredTracking id of the group to add the chunk to as a bookmark
Body
application/json
chunk_id
string | null
Id of the chunk to make a member of the group.
chunk_tracking_id
string | null
Tracking Id of the chunk to make a member of the group.