Batch Operation

Performs multiple record operations in a single transaction.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired
ID of the vault.

Request

This endpoint expects an object.
recordslist of objectsRequired
Record operations to perform.
continueOnErrorbooleanOptionalDefaults to false

If true, continues processing remaining operations when one operation returns an error. If false, stops processing remaining operations when one operation returns an error.

Response

OK
vaultIDstring
ID of the vault.
responseslist of objects
Responses in the same order as in the request. Responses have the same payload structure as their corresponding APIs: <br/><ul><li>`POST` returns an Insert Records response.</li><li>`PUT` returns an Update Record response.</li><li>`GET` returns a Get Record response.</li><li>`DELETE` returns a Delete Record response.</li></ul>

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error