Skip to main content
POST
Add Chunk to Group by Tracking ID

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<uuid>
required

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.

Path Parameters

tracking_id
string
required

Tracking id of the group to add the chunk to as a bookmark

Body

application/json

JSON request payload to add a chunk to a group via tracking_id

chunk_id
string<uuid> | 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.

Response

Confirmation that the chunk was added to the group