shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob { "type" : "divorced" } HTTP/1.1 202 Accepted content-type: application/json etag: 1501309091 { "error" : false, "code" : 202, "edge" : { "_id" : "relation/aliceAndBob", "_rev" : "1501309091", "_oldRev" : "1499998371", "_key" : "aliceAndBob" } }