update_downloadclient_by_id
Modify an existing download client in Sonarr by supplying its ID and updated resource fields. Use the schema or matching GET to fetch expected properties, then submit the payload to save changes.
Instructions
Update DownloadClient.
PUT /api/v3/downloadclient/{id}
Args: id: Path parameter. 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 |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| force_save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |