1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialGetVertex.generated

17 lines
314 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice
HTTP/1.1 200 OK
content-type: application/json
etag: 2136626588
{
"error" : false,
"code" : 200,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
"_rev" : "2136626588",
"name" : "Alice"
}
}