v1

latestOpenAPI 3.0.2raw.githubusercontent.com2022-01-09131831.0 KB
📃 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

object required
OR
object[] required

Response

A standard response from Lnx, with a simple conformation message.

statusinteger required