Dismiss a comment report. This updates the report_status to 'dismissed'.
report_status
2.40.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
2.40.0
Example