mirror of https://gitee.com/bigwinds/arangodb
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
> curl --data @- -X POST --dump - http://localhost:8529/document?collection=UnitTestsCollectionBasics
|
|
{ "Hallo" : "World" }
|
|
|
|
HTTP/1.1 201 Created
|
|
content-type: application/json; charset=utf-8
|
|
location: /document/73482/26707758
|
|
etag: "26707758"
|
|
|
|
{
|
|
"_rev": 26707758,
|
|
"_id": "73482/26707758",
|
|
"error": false
|
|
}
|