mirror of https://gitee.com/bigwinds/arangodb
16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
> curl --data @- -X PUT --dump - http://localhost:8529/_api/simple/by-example
|
|
{ "collection" : "3179705695", "example" : [ { "a" : { "j" : 1 } } ] }
|
|
|
|
HTTP/1.1 201 Created
|
|
content-type: application/json
|
|
|
|
{
|
|
"result": [
|
|
{ "a": { "j": 1 }, "i": 1, "_rev": "3181475167", "_id": "3179705695/3181475167" }
|
|
],
|
|
"count": 1,
|
|
"error": false,
|
|
"hasMore": false,
|
|
"code": 201
|
|
}
|