cURL
curl --request PATCH \ --url https://{appId}.api-{region}.cometchat.io/v3/moderation/blocked-messages/{messageId} \ --header 'Content-Type: application/json' \ --data ' { "status": "approved" } '
{ "data": { "success": true, "message": "Message with ID 268 has been approved." } }
Approve messages that were blocked by moderation rules.
Moderation status of the message.
"approved"
Approve Blocked Messages
Show child attributes
Was this page helpful?
Contact support