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

20 lines
355 B
Plaintext

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