Files
Prowlarr-TS-SDK/docs/models/operations/putapiv1indexerproxyidrequest.md
2025-05-16 17:01:58 -05:00

19 lines
1.6 KiB
Markdown

# PutApiV1IndexerproxyIdRequest
## Example Usage
```typescript
import { PutApiV1IndexerproxyIdRequest } from "prowlarr/models/operations";
let value: PutApiV1IndexerproxyIdRequest = {
id: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `forceSave` | *boolean* | :heavy_minus_sign: | N/A |
| `id` | *string* | :heavy_check_mark: | N/A |
| `indexerProxyResource` | [models.IndexerProxyResource](../../models/indexerproxyresource.md) | :heavy_minus_sign: | N/A |