1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialModifyVertex.gen...

20 lines
373 B
Plaintext

shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice
{
"age" : 26
}
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1536939997
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1536939997",
"_oldRev" : "1534449629",
"_key" : "alice"
}
}