📃 Managing documents
Add Documents
Adding a document is relatively simple, you can either add a single document represented as a JSON object or you can submit a array of object.
Every document is checked for the required fields, if any docs are missing fields the entire request is rejected.
post/indexes/{index}/documents
Path parameters
indexstring required
Request body
Response
A standard response from Lnx, with a simple conformation message.