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

17 lines
312 B
Plaintext

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