v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-1340148239.5 KB
/datastores/{id}/documents

Edit Chunk Content

Edit the content of a specific chunk in a datastore. This operation updates the chunk's text content and regenerates its embeddings.

put/datastores/{datastore_id}/chunks/{content_id}/content

Path parameters

datastore_idstring uuid required

Datastore ID of the datastore containing the chunk

Datastore ID of the datastore containing the chunk

content_idstring uuid required

Content ID of the chunk to edit

Content ID of the chunk to edit

Request body

contentstring required

The new content text for the chunk

Response

Successful Response

EmptyResponse required