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

    Type Alias APIProjectEditGalleryImageParameters

    APIProjectEditGalleryImageParameters: { url: string } & RequireAtLeastOne<
        {
            description: string;
            featured: boolean;
            ordering: number;
            title: string;
        },
    >

    Type declaration

    • url: string

      URL link of the image to edit.