Skip to content

Compare: WebUI API (qBittorrent 4.1)

Showing with 2 additions and 2 deletions.
  1. +2 −2 WebUI-API-(qBittorrent-4.1).md
4 changes: 2 additions & 2 deletions WebUI-API-(qBittorrent-4.1).md
Original file line number Diff line number Diff line change
Expand Up @@ -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_ <sup>since 2.8.2</sup> | string | The indexes of the files you want to retrieve. `indexes` can contain multiple values separated by `\|`.

**Returns:**

Expand All @@ -1588,7 +1588,7 @@ The response is:

Property | Type | Description
---------------|---------------|-------------
`index` | string | File index
`index` <sup>since 2.8.2</sup> | string | File index
`name` | string | File name (including relative path)
`size` | integer | File size (bytes)
`progress` | float | File progress (percentage/100)
Expand Down