create_indexer
Add a new indexer to Prowlarr by submitting its configuration fields. This action registers a content source and makes it available for API-driven searches and management.
Instructions
Create Indexer.
POST /api/v1/indexer
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 |