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