qbittorrent_app_set_preferences
Set or modify qBittorrent preferences by passing only the options you need to update, such as download limits or save paths. Simplifies configuration changes without altering other settings.
Instructions
Update application preferences. Pass only the keys you want to change, e.g. {"max_active_downloads": 5, "save_path": "/downloads"}. String values must be quoted; integers and booleans must not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |