create_downloadclient
Adds a new download client to Sonarr by sending its configuration to the API, with an option to force-save the settings.
Instructions
Create DownloadClient.
POST /api/v3/downloadclient
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 |