mirror of https://gitee.com/bigwinds/arangodb
17 lines
460 B
Plaintext
17 lines
460 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" },
|
|
{ "a": { "k": 1, "j": 1 }, "i": 1, "_rev": "3181737311", "_id": "3179705695/3181737311" }
|
|
],
|
|
"count": 2,
|
|
"error": false,
|
|
"hasMore": false,
|
|
"code": 201
|
|
}
|