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

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
}