Updated WebUI API Documentation (markdown)

Mike Tzou
2017-10-23 19:50:45 +08:00
parent bc857dbe55
commit a5faed89ee

@@ -1679,10 +1679,11 @@ Cookie: SID=your_sid
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
User-Agent: Fiddler
Host: 127.0.0.1
Cookie: SID=your_sid
Content-Type: application/x-www-form-urlencoded
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).
POST /command/pauseAll HTTP/1.1
```http
POST /command/pauseAll HTTP/1.1
User-Agent: Fiddler
Host: 127.0.0.1
Cookie: SID=your_sid
Content-Type: application/x-www-form-urlencoded
Content-Length: length
```