Dismiss a comment report. This updates the report_status to 'dismissed'.
report_status
0.1.0
dismissCommentReport({ commentReportId: '<comment_report_id>', }).then((commentReport) => console.log(commentReport)); Copy
dismissCommentReport({ commentReportId: '<comment_report_id>', }).then((commentReport) => console.log(commentReport));
Generated using TypeDoc
Description
Dismiss a comment report. This updates the
report_status
to 'dismissed'.Async
Since
0.1.0
Example