mirror of https://gitee.com/bigwinds/arangodb
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
> curl --data @- -X PUT --dump - http://localhost:8529/_api/simple/first-example
|
|
{ "collection" : "666351134", "example" : [ "a.j", 1, "a.k", 2 ] }
|
|
|
|
HTTP/1.1 404 Not Found
|
|
content-type: application/json
|
|
|
|
{
|
|
"errorMessage": "no match",
|
|
"error": true,
|
|
"code": 404,
|
|
"errorNum": 404
|
|
}
|