AddChunkToGroupData: {
    groupId: string;
    requestBody: AddChunkToGroupReqPayload;
    trDataset: string;
}

Type declaration

  • groupId: string

    Id of the group to add the chunk to as a bookmark

  • requestBody: AddChunkToGroupReqPayload

    JSON request payload to add a chunk to a group (bookmark it)

  • 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.