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.
Example:
constdata = awaittrieve.autocomplete({ chunk_html:"<p>Some HTML content</p>", chunk_id:"d290f1ee-6c54-4b01-90e6-d701748f0851", });
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.
Example: