mirror of https://gitee.com/bigwinds/arangodb
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
unix> curl -X POST --data @- --dump - http://localhost:8529/_api/document?collection=products
|
|
{ "Hello": "World" }
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: application/json; charset=utf-8
|
|
etag: "21316007"
|
|
location: /_api/document/products/21316007
|
|
|
|
{
|
|
"error" : false,
|
|
"_id" : "products/21316007",
|
|
"_rev" : "21316007",
|
|
"_key" : "21316007"
|
|
}
|
|
|