Edit Chunk Content
/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
Edit Chunk Content
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Datastore ID of the datastore containing the chunk
Content ID of the chunk to edit
Body
application/json
Request body containing the new content text
The new content text for the chunk
Response
Successful Response
The response is of type EmptyResponse · object.