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

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"
}
}