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

    Type Alias PatchMoviesSubtitlesData

    type PatchMoviesSubtitlesData = {
        body?: never;
        path?: never;
        query: { radarrid: number; language: string; forced: string; hi: string };
        url: "/movies/subtitles";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { radarrid: number; language: string; forced: string; hi: string }

    Type Declaration

    • radarrid: number

      Movie ID

    • language: string

      Language code2

    • forced: string

      Forced true/false as string

    • hi: string

      HI true/false as string

    url: "/movies/subtitles"