Knowledge base

Update document

Overwrite the name and content of an existing document.

PUThttps://app.elunos.ai/api/v1/knowledge/documents/{id}

Fields

iduuidPflicht

In the path. The document id.

namestring

New display name.

content_textstring

New content for a text document.

To replace a file, send POST with an extra _method=PUT field. That is a quirk of multipart uploads, not a fault.