Documents
Update Document by Text
Updates a document's text content, name, or processing configuration. Re-indexes the document when its text changes.
post/datasets/{dataset_id}/documents/{document_id}/update-by-text
Path parameters
dataset_idstring uuid required
Knowledge base ID. From List Knowledge Bases.
document_idstring uuid required
Document ID. From List Documents.
Request body
Response
Document updated successfully.
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the non-success response with the status
503response-non-success-status-added
- ○