shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice <<EOF { "name" : "Alice Cooper", "age" : 26 } EOF HTTP/1.1 202 Accepted x-content-type-options: nosniff content-type: application/json; charset=utf-8 etag: _XG3y46S--_ { "error" : false, "vertex" : { "_id" : "female/alice", "_key" : "alice", "_rev" : "_XG3y46S--_", "_oldRev" : "_XG3y46G--B" }, "code" : 202 }