Knowledge base
Update document
Overwrite the name and content of an existing document.
PUT
https://app.elunos.ai/api/v1/knowledge/documents/{id}Fields
iduuidPflichtIn the path. The document id.
namestringNew display name.
content_textstringNew 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.