1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/rest_create-document-create...

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
}