Type Alias AddChunkToGroupByTrackingIdData

AddChunkToGroupByTrackingIdData: {
    requestBody: AddChunkToGroupReqPayload;
    trDataset: string;
    trackingId: string;
}

Type declaration

  • requestBody: AddChunkToGroupReqPayload

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

  • trDataset: string

    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.

  • trackingId: string

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