1
0
Fork 0
arangodb/Documentation/Examples/rest-edge-create-edge

13 lines
292 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/edge?collection=7848004&from=7848004/9289796&to=7848004/9355332
{ "e" : 1 }
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
etag: "9683012"
{
"_rev": "9683012",
"_id": "7848004/9683012",
"error": false
}