Batch Operation
Performs multiple record operations in a single transaction.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
ID of the vault.
Request
This endpoint expects an object.
records
Record operations to perform.
vaultID
ID of the vault.
continueOnError
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
vaultID
ID of the vault.
responses
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>