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

    Type Alias GetSettingsRadarrByRadarrIdProfilesData

    type GetSettingsRadarrByRadarrIdProfilesData = {
        body?: never;
        path: { radarrId: number };
        query?: never;
        url: "/settings/radarr/{radarrId}/profiles";
    }
    Index

    Properties

    Properties

    body?: never
    path: { radarrId: number }

    Type Declaration

    • radarrId: number

      Radarr instance ID

    query?: never
    url: "/settings/radarr/{radarrId}/profiles"