Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias DeleteBlocklistByTmdbIdData

    type DeleteBlocklistByTmdbIdData = {
        body?: never;
        path: { tmdbId: string };
        query: { mediaType: "movie" | "tv" };
        url: "/blocklist/{tmdbId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { tmdbId: string }

    Type Declaration

    • tmdbId: string

      tmdbId ID

    query: { mediaType: "movie" | "tv" }
    url: "/blocklist/{tmdbId}"