mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
16
docs/models/operations/postapiv1downloadclienttestrequest.md
Normal file
16
docs/models/operations/postapiv1downloadclienttestrequest.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# PostApiV1DownloadclientTestRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostApiV1DownloadclientTestRequest } from "prowlarr/models/operations";
|
||||
|
||||
let value: PostApiV1DownloadclientTestRequest = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
||||
| `forceTest` | *boolean* | :heavy_minus_sign: | N/A |
|
||||
| `downloadClientResource` | [models.DownloadClientResource](../../models/downloadclientresource.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user