From b3a86fc33baa46612a0eaa325bd532950a0e35f1 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Sun, 22 Mar 2020 23:23:35 +0000 Subject: [PATCH] Finalize v2.4.1 changes part 1 - update torrents/info filters --- Web-API-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index fc2fd65..c5beef9 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -1066,7 +1066,7 @@ Name: `info` Parameter | Type | Description ----------------------|---------|------------ -`filter` _optional_ | string | Filter torrent list by state. Allowed state filters: `all`, `downloading`, `completed`, `paused`, `active`, `inactive`, `resumed` +`filter` _optional_ | string | Filter torrent list by state. Allowed state filters: `all`, `downloading`, `completed`, `paused`, `active`, `inactive`, `resumed`, `stalled`, `stalled_uploading`, `stalled_downloading` `category` _optional_ | string | Get torrents with the given category (empty string means "without category"; no "category" parameter means "any category" <- broken until [#11748](https://github.com/qbittorrent/qBittorrent/issues/11748) is resolved). Remember to URL-encode the category name. For example, `My category` becomes `My%20category` `sort` _optional_ | string | Sort torrents by given key. They can be sorted using any field of the response's JSON array (which are documented below) as the sort key. `reverse` _optional_ | bool | Enable reverse sorting. Defaults to `false`