mirror of https://gitee.com/bigwinds/arangodb
20 lines
373 B
Plaintext
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: 1483417763
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 202,
|
|
"vertex" : {
|
|
"_id" : "female/alice",
|
|
"_rev" : "1483417763",
|
|
"_oldRev" : "1480927395",
|
|
"_key" : "alice"
|
|
}
|
|
}
|