Commit 28055870 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'clarify-bulk-atomicity' into 'dev'

Clarify bulk atomicity

See merge request memri/pod!173
parents dd53fe20 74ab997d
Showing with 3 additions and 1 deletion
+3 -1
......@@ -173,7 +173,9 @@ Returns an empty object if the operation is successful.
}
}
```
Perform a bulk of operations atomically.
Perform a bulk of operations in one request.
The endpoint is "atomic", meaning that either all of the operations succeed,
or the database won't be changed at all.
If `createEdges` array is not empty, all items in `createItems` MUST have `uid` set.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment