create_applications_action_by_name
Create a Prowlarr application by submitting an action name and configuration body, enabling automated setup of download client integrations through the API.
Instructions
Create Application.
POST /api/v1/applications/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 |