1
0
Fork 0
arangodb/Documentation/Examples.ArangoDB/rest-create-document

14 lines
303 B
Plaintext

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