1
0
Fork 0
arangodb/Documentation/Examples.ArangoDB/rest-create-document-unknow...

13 lines
283 B
Plaintext

> 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
}