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

    Type Alias DeleteBlacklistByTmdbIdData

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

    Properties

    Properties

    body?: never
    path: { tmdbId: string }

    Type Declaration

    • tmdbId: string

      tmdbId ID

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