aboutsummaryrefslogtreecommitdiffstats
path: root/BULK.md
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-01-12 14:50:36 -0500
committersblimkie <steven.blimkie@amdocs.com>2018-01-12 14:52:01 -0500
commitf4c0fb22527af010761fee9955504bac72ca55db (patch)
tree6fc4d9a4798caea9857f6decbc46b5ab1745507e /BULK.md
parent4141124d43da1503193416a7d23fc07cec308049 (diff)
Allow patch operation in bulk request
Support the patch operation in a bulk request. Change-Id: I10054f60315632812bed18997272a5c9728a3f67 Issue-ID: AAI-482 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'BULK.md')
-rw-r--r--BULK.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BULK.md b/BULK.md
index f5dc68c..ba94846 100644
--- a/BULK.md
+++ b/BULK.md
@@ -1,8 +1,8 @@
## Bulk API
-The bulk API allows a client to add/update/delete mutliple verticies and/or edges within a single request. This request will be treated as an atomic transaction in that all operations within the bulk request will either fail or succeed together.
+The bulk API allows a client to add/modify/patch/delete multiple vertexes and/or edges within a single request. This request will be treated as an atomic transaction in that all operations within the bulk request will either fail or succeed together.
-This is often useful when attempting to add an entire subgraph. The following example shows how a client could create 2 verticies (pserver and vserver) and link them with an edge.
+This is often useful when attempting to add an entire subgraph. The following example shows how a client could create 2 vertexes (pserver and vserver) and link them with an edge.
URL: https://<host>:9520/services/inventory/v11/bulk
Method: POST