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