/batch
Mount Point: /api/v6/batch
POST
Executes a batch of API requests in one database transaction. If any request fails, execution halts and the transaction is rolled back.
Request Body
| element: | batchRequest | 
Batch of request to execute.
Response Body
| element: | batchResponse | 
Batch response, containing one element for each executed request element. If a request element was skipped (i.e. a previous request element failed), it will not have a corresponding response element.