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.
vaultIDstringOptional
ID of the vault.
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 or null
ID of the vault.
responseslist of objects or null
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