Skip to main content
PATCH
Update document

Authorizations

Authorization
string
header
required

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

Path Parameters

senderId
string
required
kbId
string
required
docId
string
required

Body

application/json

Fields to update on a knowledge base document. Updating content reprocesses the document for RAG.

title
string
Maximum string length: 200
content
string
Maximum string length: 500000

Response

Document updated.

document
object
required