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

    Type Alias PutApiV1DownloadclientByIdData

    type PutApiV1DownloadclientByIdData = {
        body?: Prowlarr.DownloadClientResource;
        path: { id: string };
        query?: { forceSave?: boolean };
        url: "/api/v1/downloadclient/{id}";
    }
    Index

    Properties

    Properties

    path: { id: string }
    query?: { forceSave?: boolean }
    url: "/api/v1/downloadclient/{id}"