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