create_downloadclient_action_by_name
Creates a download client action in Radarr by name, using a request body to configure it. Ideal for programmatically setting up or updating download client behaviors.
Instructions
Create DownloadClient.
POST /api/v3/downloadclient/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 |