Fix arguments in add_trackers method

This commit is contained in:
programmer programmer 2022-11-03 15:18:15 +01:00
parent f72732e2f1
commit a0c3fb9d5d

View File

@ -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