Multiple insert
Create items
Path parameters
collectionstringRequired
collection
Body
Responses
201
Object data
application/json
Responseall of
400
Bad Request
application/json
500
Server Error
application/json
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"
}