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

    Type Alias APIVersionDeleteFileParameters

    type APIVersionDeleteFileParameters = {
        algorithm: HashAlgorithm;
        version_id: string;
    }
    Index

    Properties

    algorithm: HashAlgorithm

    The algorithm of the hash.

    version_id: string

    Version ID to delete the version from, if multiple files of the same hash exist.