qui_add_torrent_trackers
Add new trackers to a torrent in a qBittorrent instance via the qui API, using instance ID and torrent hash in the path and tracker list in the request body.
Instructions
Call qui's POST /instances/{instanceID}/torrents/{hash}/trackers 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 |