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

19 lines
349 B
Plaintext

shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/male
{
"name" : "Francis"
}
HTTP/1.1 202 Accepted
content-type: application/json
etag: 1526097366
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "male/1526097366",
"_rev" : "1526097366",
"_key" : "1526097366"
}
}