Updates execution/batch-operations.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-02-27 10:31:46 +00:00
parent 21498f0178
commit a434f4b1b3

View File

@@ -53,14 +53,9 @@ Every bulk operation **MUST** be atomic.
> _The server must implement bulk requests as atomic. If the request is for creating 10 addresses, the server should create all 10 addresses before returning a successful response code. The server should not commit changes partially in the case of failures._ > _The server must implement bulk requests as atomic. If the request is for creating 10 addresses, the server should create all 10 addresses before returning a successful response code. The server should not commit changes partially in the case of failures._
TODO
## DO NOT USE "POST tunneling"
TODO
## DO NOT USE "POST Tunneling"
Every API **MUST** avoid tunneling multiple HTTP Request using one POST request. Instead provide an application-specific resource to process the batch request.