v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
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}

Path parameters

tracking_idstring required

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

Headers

TR-Datasetstring 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.

Request body

chunk_idstring uuid nullable

Id of the chunk to make a member of the group.

chunk_tracking_idstring nullable

Tracking Id of the chunk to make a member of the group.

Response

Confirmation that the chunk was added to the group