Multiple insert

Create items

post

Create items

Path parameters
collectionstringRequired

collection

Body
Responses
201
Object data
application/json
Responseall of
post
POST /v2/items/{collection}/multiple-insert HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 50

{
  "items": [
    {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  ]
}
{
  "custom_message": null,
  "data": {
    "data": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "is_cached": true
  },
  "description": "text",
  "status": "text"
}