1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/rest_create-document-bad-json

13 lines
265 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/document?collection=73482
{ 1 : 2 }
HTTP/1.1 400 Bad Request
content-type: application/json; charset=utf-8
{
"errorMessage": "expecting attribute name",
"errorNum": 600,
"code": 400,
"error": true
}