mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-11 09:54:58 -06:00
Revert 12ad7f74023db37fc3acdb3da5a88c39e3f6e45b...8362dffc3091ee4ebaa69017b47113a4ff02fab5 on WebUI API Documentation
@@ -588,7 +588,7 @@ HTTP/1.1 200 OK
|
||||
### Pause all torrents ###
|
||||
|
||||
```http
|
||||
POST http://127.0.0.1/command/pauseAll HTTP/1.1
|
||||
POST http://127.0.0.1/command/pauseall HTTP/1.1
|
||||
User-Agent: Fiddler
|
||||
Host: 127.0.0.1
|
||||
Authorization: your_auth_string
|
||||
@@ -625,7 +625,7 @@ HTTP/1.1 200 OK
|
||||
### Resume all torrents ###
|
||||
|
||||
```http
|
||||
POST http://127.0.0.1/command/resumeAll HTTP/1.1
|
||||
POST http://127.0.0.1/command/resumeall HTTP/1.1
|
||||
User-Agent: Fiddler
|
||||
Host: 127.0.0.1
|
||||
Authorization: your_auth_string
|
||||
|
||||
Reference in New Issue
Block a user