Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shinto C V
Pod backend
Commits
28055870
Commit
28055870
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Plain Diff
Merge branch 'clarify-bulk-atomicity' into 'dev'
Clarify bulk atomicity See merge request
memri/pod!173
parents
dd53fe20
74ab997d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/HTTP_API.md
+3
-1
docs/HTTP_API.md
with
3 additions
and
1 deletion
+3
-1
docs/HTTP_API.md
+
3
-
1
View file @
28055870
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets