Function dismissCommentReport

  • Returns Promise<ICommentReport>

    Description

    Dismiss a comment report. This updates the report_status to 'dismissed'.

    Async

    Since

    0.1.0

    Example

     dismissCommentReport({
    commentReportId: '<comment_report_id>',
    }).then((commentReport) => console.log(commentReport));

Generated using TypeDoc