summaryrefslogtreecommitdiffstats
path: root/protocol.txt
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.txt')
-rw-r--r--protocol.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocol.txt b/protocol.txt
index 0d699f3..c869224 100644
--- a/protocol.txt
+++ b/protocol.txt
@@ -19,9 +19,11 @@ req: POST /
resp: txn ID (in header as X-ACF-Transaction-ID)
- use X-ACF-Transaction-ID in the header of any subsequent
request to process it in the transaction's context
+ - nested transactions can be started by using it in a subsequent
+ start transaction request
Commit transaction:
-req: POST /
+req: PUT /
X-ACF-Transaction-ID: <txn_id>
Abort transaction: