POST ./chat/report
It is used to report a message from a chat room.
Permission only with school config keys: grpEnabled
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| cmsgID | int | Required | Message ID |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| cmsgID | 101 | Invalid cmsgID or already reported |
Output example
{"result": "true"}
