From 8de82b483ff6bdeaacdf5d333551effe3022dad7 Mon Sep 17 00:00:00 2001 From: AbeniMatteo <634710+AbeniMatteo@users.noreply.github.com> Date: Sun, 4 Jul 2021 12:43:04 +0200 Subject: [PATCH] Improve 2.8.2 --- WebUI-API-(qBittorrent-4.1).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebUI-API-(qBittorrent-4.1).md b/WebUI-API-(qBittorrent-4.1).md index a65da4f..248157d 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -1572,7 +1572,7 @@ Name: `files` Parameter | Type | Description ----------|--------|------------ `hash` | string | The hash of the torrent you want to get the contents of -`indexes` | string | The indexes of the files you want to retrieve. `indexes` can contain multiple values separated by `\|`. +`indexes` _optional_ since 2.8.2 | string | The indexes of the files you want to retrieve. `indexes` can contain multiple values separated by `\|`. **Returns:** @@ -1588,7 +1588,7 @@ The response is: Property | Type | Description ---------------|---------------|------------- -`index` | string | File index +`index` since 2.8.2 | string | File index `name` | string | File name (including relative path) `size` | integer | File size (bytes) `progress` | float | File progress (percentage/100)