mirror of https://gitee.com/bigwinds/arangodb
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph/vertex/v1
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
etag: 1187603906
|
|
|
|
{
|
|
"vertex" : {
|
|
"_id" : "vertices/v1",
|
|
"_key" : "v1",
|
|
"_rev" : "1187603906",
|
|
"optional1" : "val1"
|
|
},
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|