|
> curl --data @- -X POST --dump - http://localhost:8529/_api/document?collection=123456
|
|
{}
|
|
|
|
HTTP/1.1 404 Not Found
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"errorMessage": "collection /_api/collection/123456 not found",
|
|
"errorNum": 1203,
|
|
"code": 404,
|
|
"error": true
|
|
}
|