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

    Type Alias APIProjectScheduleBody

    type APIProjectScheduleBody = {
        requested_status: ProjectRequestedStatus;
        time: Date;
    }
    Index

    Properties

    requested_status: ProjectRequestedStatus

    The requested status when scheduling the project for release.

    time: Date

    The date and time to schedule the project.