Fix arguments in add_trackers method
This commit is contained in:
parent
f72732e2f1
commit
a0c3fb9d5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user