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