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

    Type Alias PostApiV1DownloadclientActionByNameData

    type PostApiV1DownloadclientActionByNameData = {
        body?: Lidarr.DownloadClientResource;
        path: { name: string };
        query?: never;
        url: "/api/v1/downloadclient/action/{name}";
    }
    Index

    Properties

    Properties

    path: { name: string }
    query?: never
    url: "/api/v1/downloadclient/action/{name}"