Update knowledge base document
Actualizar documento de la base de conocimiento
Rename a text document and/or replace its content. At least one of name or text is required.
nameonly: renames the document. Chunks and embeddings are untouched.text(with or withoutname): replaces the content and re-indexes the document. It is re-chunked and re-embedded asynchronously:statusgoes back topendingand returns toreadyonce processing finishes. PollGET /knowledge-bases/{id}/documentsto follow it.
Only documents with source type text accept new content; file and web documents respond 409.
PATCH
Update knowledge base document
Autorizaciones
API key for authentication. Keys are prefixed with nxr_live_.
Cuerpo
application/json
New document name (trimmed, max 120 characters).
Maximum string length:
120New document content as plain text, max 200KB (UTF-8). Triggers re-indexing: status returns to pending until the new content is chunked and embedded.
Última modificación el 7 de septiembre de 2026