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

    Type Alias DeleteSettingsSonarrBySonarrIdData

    type DeleteSettingsSonarrBySonarrIdData = {
        body?: never;
        path: { sonarrId: number };
        query?: never;
        url: "/settings/sonarr/{sonarrId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { sonarrId: number }

    Type Declaration

    • sonarrId: number

      Sonarr instance ID

    query?: never
    url: "/settings/sonarr/{sonarrId}"