Dismiss all the reports associated with a specific comment. This updates the report_status of all such reports to 'dismissed'.
report_status
0.1.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
0.1.0
Example