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