Improve 2.8.2

AbeniMatteo 2021-07-04 12:43:04 +02:00
parent 30f0ec9476
commit 8de82b483f

@ -1572,7 +1572,7 @@ Name: `files`
Parameter | Type | Description Parameter | Type | Description
----------|--------|------------ ----------|--------|------------
`hash` | string | The hash of the torrent you want to get the contents of `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:** **Returns:**
@ -1588,7 +1588,7 @@ The response is:
Property | Type | Description Property | Type | Description
---------------|---------------|------------- ---------------|---------------|-------------
`index` | string | File index `index` <sup>since 2.8.2</sup> | string | File index
`name` | string | File name (including relative path) `name` | string | File name (including relative path)
`size` | integer | File size (bytes) `size` | integer | File size (bytes)
`progress` | float | File progress (percentage/100) `progress` | float | File progress (percentage/100)