1
0
Fork 0
arangodb/Doxygen/Examples.ArangoDB/rest-create-document-new-na...

14 lines
340 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/document?collection=NewCollection&createCollection=true
{ "Hallo" : "World" }
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
location: /_api/document/33652169/35159497
etag: "35159497"
{
"_rev": 35159497,
"_id": "33652169/35159497",
"error": false
}