shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation <<EOF { "collection" : "relation", "from" : [ "female", "male", "animal" ], "to" : [ "female", "male", "animal" ] } EOF HTTP/1.1 200 OK content-type: application/json etag: 622402258 { "error" : false, "code" : 200, "graph" : { "name" : "social", "edgeDefinitions" : [ { "collection" : "relation", "from" : [ "animal", "female", "male" ], "to" : [ "animal", "female", "male" ] } ], "orphanCollections" : [ ], "_id" : "_graphs/social", "_rev" : "622402258" } }