mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
16 lines
1.3 KiB
Markdown
16 lines
1.3 KiB
Markdown
# PostApiV1NotificationTestRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PostApiV1NotificationTestRequest } from "prowlarr/models/operations";
|
|
|
|
let value: PostApiV1NotificationTestRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
| `forceTest` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `notificationResource` | [models.NotificationResource](../../models/notificationresource.md) | :heavy_minus_sign: | N/A | |