/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
Response
Successful Response
EmptyResponse required