mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Updated WebUI API Documentation (markdown)
@@ -1679,10 +1679,11 @@ Cookie: SID=your_sid
|
|||||||
|
|
||||||
Requires knowing the torrent hash. You can get it from [torrent list](#get-torrent-list).
|
Requires knowing the torrent hash. You can get it from [torrent list](#get-torrent-list).
|
||||||
|
|
||||||
POST /command/setSuperSeeding HTTP/1.1
|
```http
|
||||||
POST /command/setSuperSeeding HTTP/1.1
|
POST /command/setSuperSeeding HTTP/1.1
|
||||||
User-Agent: Fiddler
|
User-Agent: Fiddler
|
||||||
Host: 127.0.0.1
|
Host: 127.0.0.1
|
||||||
|
Cookie: SID=your_sid
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
Content-Length: length
|
Content-Length: length
|
||||||
|
|
||||||
@@ -1702,10 +1703,11 @@ Cookie: SID=your_sid
|
|||||||
|
|
||||||
Requires knowing the torrent hash. You can get it from [torrent list](#get-torrent-list).
|
Requires knowing the torrent hash. You can get it from [torrent list](#get-torrent-list).
|
||||||
|
|
||||||
POST /command/pauseAll HTTP/1.1
|
```http
|
||||||
POST /command/pauseAll HTTP/1.1
|
POST /command/pauseAll HTTP/1.1
|
||||||
User-Agent: Fiddler
|
User-Agent: Fiddler
|
||||||
Host: 127.0.0.1
|
Host: 127.0.0.1
|
||||||
|
Cookie: SID=your_sid
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
Content-Length: length
|
Content-Length: length
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user