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