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