Knowledge Base
Replace document resource file
Replace the underlying file on a document (FILE-type) resource with a new multipart upload. Other resource fields (title, description, visibility, tags, owner, etc.) are unchanged — use PATCH for those. Returns 404 for an unknown id or a URL-type resource.
Example: send multipart/form-data with a single file field (the new document binary).
post/knowledge-base/resources/documents/{id}/upload
Path parameters
idstring required
Response
Ok