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