mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
19 lines
1.7 KiB
Markdown
19 lines
1.7 KiB
Markdown
# PutApiV1DownloadclientIdRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PutApiV1DownloadclientIdRequest } from "prowlarr/models/operations";
|
|
|
|
let value: PutApiV1DownloadclientIdRequest = {
|
|
id: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
| `forceSave` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `id` | *string* | :heavy_check_mark: | N/A |
|
|
| `downloadClientResource` | [models.DownloadClientResource](../../models/downloadclientresource.md) | :heavy_minus_sign: | N/A | |