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

13 lines
265 B
Plaintext

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