mirror of https://gitee.com/bigwinds/arangodb
17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json
|
|
etag: 1468459355
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 200,
|
|
"vertex" : {
|
|
"_id" : "female/alice",
|
|
"_key" : "alice",
|
|
"_rev" : "1468459355",
|
|
"name" : "Alice"
|
|
}
|
|
}
|