mirror of https://gitee.com/bigwinds/arangodb
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document?collection=products&waitForSync=true
|
|
{ "Hello": "World" }
|
|
|
|
HTTP/1.1 201 Created
|
|
content-type: application/json; charset=utf-8
|
|
etag: "1508370779"
|
|
location: /_db/_system/_api/document/products/1508370779
|
|
|
|
{
|
|
"error" : false,
|
|
"_id" : "products/1508370779",
|
|
"_rev" : "1508370779",
|
|
"_key" : "1508370779"
|
|
}
|