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

    Type Alias DeleteWatchlistByTmdbIdData

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

    Properties

    Properties

    body?: never
    path: { tmdbId: string }

    Type Declaration

    • tmdbId: string

      tmdbId ID

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