create_downloadclient
Set up a download client in Prowlarr via the API. Specify the client configuration in the request body and optionally force save.
Instructions
Create DownloadClient.
POST /api/v1/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 |