diff --git a/qbittorrent-web-api-gen/api-4_1.md b/qbittorrent-web-api-gen/api-4_1.md index 97fc654..b333d37 100644 --- a/qbittorrent-web-api-gen/api-4_1.md +++ b/qbittorrent-web-api-gen/api-4_1.md @@ -1982,6 +1982,14 @@ Requires knowing the torrent hash. You can get it from [torrent list](#get-torre Name: `addTrackers` +**Parameters:** + +Property | Type | Description +--------------------------------|---------|------------ +`hash` | string | Torrent file to add trackers to +`urls` | string | URLs separated with newlines + + ```http POST /api/v2/torrents/addTrackers HTTP/1.1 User-Agent: Fiddler