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