mirror of https://gitee.com/bigwinds/arangodb
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
> curl --data @- -X POST --dump - http://localhost:8529/document?collection=164100
|
|
{ "Hallo" : "World" }
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json; charset=utf-8
|
|
location: /document/164100/2982148
|
|
etag: "2982148"
|
|
|
|
{
|
|
"_rev": 2982148,
|
|
"_id": "164100/2982148",
|
|
"error": false
|
|
}
|