From fe186fa0ecf6b652c7eb81916100b227cbc826a0 Mon Sep 17 00:00:00 2001 From: Mike Tzou Date: Sun, 15 Oct 2017 20:49:08 +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 1a383d0..cd2953c 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -936,9 +936,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) ### Add trackers to torrent ###