jackdupont
13 years agoHelper
REST API /messages/reject ?
Hi,
So far, the API allows to approve and recall messages in moderation.
I am wondering if there is any way to reject messages in moderation like for images ?
moderation/reject
Marks the image as recalled by the moderator. After a call to this method succeeds, the moderation status of the message is {@link ModerationStatus#REJECTED}
Http Method: POST
Returns: void
Thanks,