|
> 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
|
|
}
|