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

14 lines
305 B
Plaintext

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