pl-api
    Preparing search index...

    Interface ReportAccountParams

    interface ReportAccountParams {
        category?: "spam" | "legal" | "violation" | "other";
        comment?: string;
        forward?: boolean;
        rule_ids?: string[];
        status_ids?: string[];
    }
    Index

    Properties

    category?: "spam" | "legal" | "violation" | "other"
    comment?: string
    forward?: boolean
    rule_ids?: string[]
    status_ids?: string[]