pub async fn update_chunk(
configuration: &Configuration,
tr_dataset: &str,
update_chunk_req_payload: UpdateChunkReqPayload,
) -> Result<(), Error<UpdateChunkError>>
Expand description
Update a chunk. If you try to change the tracking_id of the chunk to have the same tracking_id as an existing chunk, the request will fail. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.