Upsert Many items
collection
POST /v2/items/{collection}/upsert-many HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 64 { "data": { "ANY_ADDITIONAL_PROPERTY": "anything" }, "is_cached": true }
Object data
{ "custom_message": null, "data": { "data": { "ANY_ADDITIONAL_PROPERTY": "anything" }, "is_cached": true }, "description": "text", "status": "text" }