create_indexerproxy
Creates a new indexer proxy in Prowlarr by sending a POST request to the API, using the provided body payload and optional force_save flag.
Instructions
Create IndexerProxy.
POST /api/v1/indexerproxy
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. force_save: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| force_save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |