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

    Type Alias PostMoviesData

    type PostMoviesData = {
        body?: never;
        path?: never;
        query?: { radarrid?: number[]; profileid?: string[] };
        url: "/movies";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { radarrid?: number[]; profileid?: string[] }

    Type Declaration

    • Optionalradarrid?: number[]

      Radarr movie(s) ID

    • Optionalprofileid?: string[]

      Languages profile(s) ID or "none"

    url: "/movies"