API Search endpoints…⌘K

Create a Document

POST/lokta-lms/api/v1/{entityType}/{entityId}/documents

Note: A document is created using a Multi-part form upload

Body parts

- name : name or summary of the document
- description : description of the document
- file : the file to be uploaded

Mandatory fields :

- file
- description

Path parameters

entityTypepath · string · required
entityIdpath · integer · int64 · required

Header parameters

Content-Lengthheader · integer · int64 · optional

Responses

200OK

Response fields

resourceIdinteger · int64 · optional
resourceIdentifierstring · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.