qui_update_automation
Update an existing automation rule for a qBittorrent instance via qui's API. Send a PUT request with instance ID, rule ID, and JSON body to modify the rule's configuration.
Instructions
Call qui's PUT /instances/{instanceID}/automations/{ruleID} endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |