Edit the content of a specific chunk in a datastore. This operation updates the chunk’s text content and regenerates its embeddings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Datastore ID of the datastore containing the chunk
Content ID of the chunk to edit
Request body containing the new content text
The new content text for the chunk
Successful Response
The response is of type EmptyResponse · object.