Reports not working, 400 error
Reports not working, 400 error
When trying to report I get a 400 error with the following JSON response
{ "error": "couldnt_create_report" }
The JSON sent in the request was
{ "auth": "[auth_token]", "comment_id": [numerical_id], "reason": "[reason]" }
which seems about right.