mirror of https://gitee.com/bigwinds/arangodb
20 lines
421 B
Plaintext
20 lines
421 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph/edge/edge1
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
etag: 1216882851
|
|
|
|
{
|
|
"edge" : {
|
|
"_id" : "edges/edge1",
|
|
"_key" : "edge1",
|
|
"_rev" : "1216882851",
|
|
"_from" : "vertices/vert1",
|
|
"_to" : "vertices/vert2",
|
|
"$label" : null,
|
|
"optional1" : "val1"
|
|
},
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|