From a0c3fb9d5d86fccc806c95c56361c61c0b62f30a Mon Sep 17 00:00:00 2001 From: programmer Date: Thu, 3 Nov 2022 15:18:15 +0100 Subject: [PATCH] Fix arguments in add_trackers method --- qbittorrent-web-api-gen/api-4_1.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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