cURL
curl --request PATCH \ --url https://{appId}.api-{region}.cometchat.io/v3/moderation/flagged-messages/{id} \ --header 'Content-Type: application/json' \ --data ' { "status": "approved" } '
{ "data": {} }
Review a flagged message and take action.
Id of the message which needs to be reviewed.
Specifies the moderation action to apply to the flagged message.
approved
disapproved
Flagged message reviewed successfully.
Was this page helpful?
Contact support