Skip to content

Commit

Permalink
DOC-2226-fix-table-server-3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG authored Jul 14, 2024
1 parent 7615877 commit 9f61fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/API/pages/built-in-endpoints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ Default value is false.
|`update_vertex_only`|No |If `update_vertex_only` is set to true, the request will only update existing vertices and not insert new vertices.

|`atomic_post`|No |If `atomic_post` is set to true, the request becomes an atomic transaction - either all updates are successful or no updates are successful.
Default value is false.|
Default value is false.
|===

The response is the number of vertices and edges that were accepted. The API uses JSON format to describe the vertices and edges to be upserted.
Expand Down

0 comments on commit 9f61fc3

Please sign in to comment.