Create a Document
POST
/lokta-lms/api/v1/{entityType}/{entityId}/documentsNote: 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 · requiredentityIdpath · integer · int64 · requiredHeader parameters
Content-Lengthheader · integer · int64 · optionalResponses
200OKResponse fields
resourceIdinteger · int64 · optionalresourceIdentifierstring · optionalEvery 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.