qui_rename_rss_rule
Rename an RSS rule in a qBittorrent instance via the qui API by providing the instance ID, current rule name, and new name.
Instructions
Call qui's PUT /instances/{instanceID}/rss/rules/{ruleName}/rename 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 |