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
content-type: application/json; charset=utf-8
etag: _UWx8WtW---
{
"error" : false,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
"_rev" : "_UWx8WtW---",
"_oldRev" : "_UWx8Ws6---"
},
"code" : 202
}