mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
1.7 KiB
1.7 KiB
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 |