1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/rest4

12 lines
320 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/collection/9496016
{ "Hallo" : "World" }
HTTP/1.1 404 Not Found
content-type: application/json
connection: Keep-Alive
server: triagens GmbH High-Performance HTTP Server
{ "error" : true,
"message" : "collection /collection/9496016 not found",
"code" : 404}