Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIReportBody

    type APIReportBody = {
        body: string;
        item_id: string;
        item_type: ReportItemType;
        report_type: string;
    }
    Index

    Properties

    body: string

    The extended explanation of the report.

    item_id: string

    The ID of the item (project, version, or user) being reported.

    item_type: ReportItemType

    The type of the item being reported.

    report_type: string

    The type of the report being sent.