Dismiss all the reports associated with a specific comment. This updates the report_status of all such reports to 'dismissed'.
report_status
2.40.0
dismissAllCommentReports({ commentBoardId: '<comment_board_id>', commentId: '<comment_id>', }) Copy
dismissAllCommentReports({ commentBoardId: '<comment_board_id>', commentId: '<comment_id>', })
Generated using TypeDoc
Description
Dismiss all the reports associated with a specific comment. This updates the
report_status
of all such reports to 'dismissed'.Async
Since
2.40.0
Example