mirror of https://gitee.com/bigwinds/arangodb
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
shell> curl -X POST --data-binary @- --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: "1512531394"
|
|
location: /_db/_system/_api/document/products/1512531394
|
|
|
|
{
|
|
"error" : false,
|
|
"_id" : "products/1512531394",
|
|
"_rev" : "1512531394",
|
|
"_key" : "1512531394"
|
|
}
|