X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=blobdiff_plain;f=BULK.md;h=ba94846051ed263cd5a19d6e9ec55f811fc8d1e8;hp=f5dc68c1f8ea73592b5970d871fbeffc051a7ed6;hb=aa01eb4c23ab560012beda3f212892be8599b0c4;hpb=f7b84df35a767b18b8c5f3485cff2ffd5faab0c8 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://:9520/services/inventory/v11/bulk Method: POST