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

14 lines
300 B
Plaintext

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