shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/9046 <<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: _WjL82Ei--_ { "error" : false, "edge" : { "_id" : "relation/9046", "_key" : "9046", "_rev" : "_WjL82Ei--_", "_oldRev" : "_WjL82EW--_" }, "code" : 202 }