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

12 lines
294 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/collection/9496015
{ Hallo }
HTTP/1.1 400 Bad Request
content-type: application/json
connection: Keep-Alive
server: triagens GmbH High-Performance HTTP Server
{ "error" : true,
"message" : "expecting attribute name",
"code" : 400}