Skip to main content
PUT
Update an embedding chunk

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Embedding chunk ID

Body

application/json
chunkText
string

Updated chunk text. When modified, the vector embedding is automatically regenerated.

Example:

"Updated paragraph text from the document..."

Response

Embedding chunk updated successfully

success
boolean
Example:

true

message
string
Example:

"Embedding updated!"