Update Chunk

Update an existing chunk’s content and/or metadata.

The chunk’s vectors will be automatically recomputed based on the new content. Users can only update chunks they own unless they are superusers.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
idstringRequired
textstringRequired
metadatamap from strings to anyOptional

Response

Successful Response
resultsobject

Errors