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

17 lines
314 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/graph/graph/vertex/v1
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: 784528267
{
"vertex" : {
"_id" : "vertices/v1",
"_key" : "v1",
"_rev" : "784528267",
"optional1" : "val1"
},
"error" : false,
"code" : 200
}