From c791dee6e49b68c161a9c530395a36c6fddf254c Mon Sep 17 00:00:00 2001 From: Mike Tzou Date: Sun, 15 Oct 2017 20:48:28 +0800 Subject: [PATCH] Update --- WebUI-API-Documentation.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/WebUI-API-Documentation.md b/WebUI-API-Documentation.md index 9ae69b4..1a383d0 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -872,9 +872,14 @@ Property | Type | Description `savepath` | string | (optional) Download folder `cookie` | string | (optional) Cookie sent to download the .torrent file `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) +`skip_checking` `API13` | string | (optional) Skip hash checking. Possible values are `true`, `false` (default) +`paused` `API13` | string | (optional) Add torrents in the paused state. Possible values are `true`, `false` (default) `root_folder` `API15` | string | (optional) Create the root folder. Possible values are `true`, `false`, unset (default) +`rename` | string | (optional) Rename torrent +`upLimit` | integer | (optional) Set torrent upload speed limit. Unit in bytes/second +`dlLimit` | integer | (optional) Set torrent download speed limit. Unit in bytes/second +`sequentialDownload` | string | (optional) Enable sequential download. Possible values are `true`, `false` (default) +`firstLastPiecePrio` | string | (optional) Prioritize download first last piece. Possible values are `true`, `false` (default) **Before qBittorrent v3.3.1 `API6`:** ```http