shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/102360 <<EOF { "type" : "divorced", "_from" : "female/alice", "_to" : "male/bob" } EOF HTTP/1.1 Accepted content-type: application/json; charset=utf-8 etag: _YOn1HqS--_ x-content-type-options: nosniff { "error" : false, "code" : 202, "edge" : { "_id" : "relation/102360", "_key" : "102360", "_oldRev" : "_YOn1HqO--D", "_rev" : "_YOn1HqS--_" } }