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:
@@ -0,0 +1,18 @@
|
||||
# PostApiV1IndexerproxyActionNameRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostApiV1IndexerproxyActionNameRequest } from "prowlarr/models/operations";
|
||||
|
||||
let value: PostApiV1IndexerproxyActionNameRequest = {
|
||||
name: "<value>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
||||
| `name` | *string* | :heavy_check_mark: | N/A |
|
||||
| `indexerProxyResource` | [models.IndexerProxyResource](../../models/indexerproxyresource.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user