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