Reports an event as inappropriate.
POST {{baseUrl}}/rooms/:roomId/report/:eventId
Reports an event as inappropriate to the server, which may then notify the appropriate people.
Request Body
{"score"=>-100, "reason"=>"this makes me sad"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}