Files
Prowlarr-TS-SDK/docs/models/operations/putapiv1downloadclientidrequest.md
2025-05-16 17:01:58 -05:00

1.7 KiB
Raw Permalink Blame History

PutApiV1DownloadclientIdRequest

Example Usage

import { PutApiV1DownloadclientIdRequest } from "prowlarr/models/operations";

let value: PutApiV1DownloadclientIdRequest = {
  id: "<id>",
};

Fields

Field Type Required Description
forceSave boolean N/A
id string ✔️ N/A
downloadClientResource models.DownloadClientResource N/A