mirror of https://gitee.com/bigwinds/arangodb
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
> curl --data '@'- -X POST --dump - http://localhost:8529/_document/9496016
|
|
{ "Hallo" : "World" }
|
|
|
|
HTTP/1.1 404 Not Found
|
|
content-type: application/json
|
|
connection: Keep-Alive
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
content-length: 90
|
|
|
|
{ "error" : true, "message" : "collection /_collection/9496016 not found", "code" : 404}
|