create_indexer_action_by_name
Creates an indexer action by name to control Sonarr indexers. Provides a direct way to trigger actions such as testing or updating indexer configurations.
Instructions
Create Indexer.
POST /api/v3/indexer/action/{name}
Args: name: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |