From 82217b9da6f4533d2b34ea833851969651d5ee6a Mon Sep 17 00:00:00 2001 From: thalieht Date: Fri, 15 Sep 2017 10:20:36 +0300 Subject: [PATCH] Added parameter `root_folder` for `/command/upload` and `/command/download` --- WebUI-API-Documentation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebUI-API-Documentation.md b/WebUI-API-Documentation.md index 85a8dcd..90e07f9 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -813,6 +813,10 @@ true -----------------------------6688794727912 Content-Disposition: form-data; name="paused" +true +-----------------------------6688794727912 +Content-Disposition: form-data; name="root_folder" + true -----------------------------6688794727912-- ``` @@ -825,6 +829,7 @@ Property | Type | Description `category` | string | (optional) Category for the torrent `skip_checking` `API13` | string | (optional) Skip hash checking. Possible values are `true` and `false` (default) `paused` `API13` | string | (optional) Add torrents in the paused state. Possible values are `true` and `false` (default) +`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true` (default) and `false` **Before qBittorrent v3.3.1 `API6`:** ```http @@ -883,6 +888,7 @@ Property | Type | Description `category` | string | (optional) Category for the torrent `skip_checking` `API13` | string | (optional) Skip hash checking. Possible values are `true` and `false` (default) `paused` `API13` | string | (optional) Add torrents in the paused state. Possible values are `true` and `false` (default) +`root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true` (default) and `false` ### Add trackers to torrent ###