mirror of https://gitee.com/bigwinds/arangodb
21 lines
399 B
Plaintext
21 lines
399 B
Plaintext
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice
|
|
{
|
|
"name" : "Alice Cooper",
|
|
"age" : 26
|
|
}
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json
|
|
etag: 1474470189
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 202,
|
|
"vertex" : {
|
|
"_id" : "female/alice",
|
|
"_rev" : "1474470189",
|
|
"_oldRev" : "1471979821",
|
|
"_key" : "alice"
|
|
}
|
|
}
|