mirror of https://gitee.com/bigwinds/arangodb
17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/any
|
|
{ "collection": "products" }
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"document" : {
|
|
"_id" : "products/1325360598",
|
|
"_key" : "1325360598",
|
|
"_rev" : "1325360598",
|
|
"Hello5" : "World5"
|
|
},
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|