Executes a batch of API requests in one database transaction. If any request fails, execution halts and the transaction is rolled back.
Executes a batch of API requests in one database transaction. If any request fails, execution halts and the transaction is rolled back.
media type | data type | description |
---|---|---|
application/json | ApiBatchRequest (JSON) | Batch of request to execute. |
media type | data type | description |
---|---|---|
application/json | ApiBatchResponse (JSON) | 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. |