mirror of https://gitee.com/bigwinds/arangodb
12 lines
294 B
Plaintext
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}
|