Bulk index documents
POST/api/v1/stores/documents/bulk
Run multiple document operations in one request (insert, update, upsert, delete). Auth: x-storeid and x-store-write-secret. Each item can specify its own action.
Request
Responses
- 200
- 207
- 400
- 401
- 404
- 500
All operations succeeded
Partial success
Invalid request
Invalid write credentials
Store not found
Server error