Bulk Documents
7min
POST /{appname}/search/{servicename}/_bulk
Index multiple documents in one batch call to the server.
Parameters
Path Parameters
- appname - string - the name of your hyper cloud application.
- servicename - string - the name of your hyper cloud service. see ο»ΏParameters.
Request Body
The id or _id property is required for each document in the request body.
Example
Node.js
Curl
|
ο»Ώ
Responses
Status Code | Description | Example Response |
200 | Success | {"ok": true, "results": []} |
500 | Error | {"ok": false, "msg": "..."} |
Need Help?
You can always reach out to our support team for any additional assistance on slack.
ο»Ώ
Updated 15 Oct 2022
Did this page help you?
Yes
No