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

    Interface APIReportSendMessageStatusChangeBody

    interface APIReportSendMessageStatusChangeBody {
        new_status: ProjectStatus;
        old_status: ProjectStatus;
    }
    Index

    Properties

    new_status: ProjectStatus

    The new status of the project.

    old_status: ProjectStatus

    The old status of the project.