1
0
Fork 0
arangodb/Documentation/Examples/rest-create-document-bad-json

13 lines
270 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/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
}