pl-api
    Preparing search index...

    Interface AdminUpdateReportParams

    interface AdminUpdateReportParams {
        category?: "spam" | "violation" | "other";
        rule_ids?: string[];
    }
    Index

    Properties

    Properties

    category?: "spam" | "violation" | "other"

    String. Change the classification of the report to spam, violation, or other.

    rule_ids?: string[]

    Array of Integer. For violation category reports, specify the ID of the exact rules broken. Rules and their IDs are available via GET /api/v1/instance/rules and GET /api/v1/instance.