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