From c5bf5424789cd0bb63767986b05698c0c548e413 Mon Sep 17 00:00:00 2001 From: rmartin16 Date: Mon, 6 May 2019 09:26:50 -0400 Subject: [PATCH] savePath was added to createCategory, not saveCategory in v2.1.0 --- 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 bd1bb5f..cda350a 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -119,7 +119,7 @@ This Web API documentation applies qBittorrent v4.1+, for previous API version r ## API v2.1.0 ## - Change `/sync/maindata` `categories` field from `array` to `object` ([#9228](https://github.com/qbittorrent/qBittorrent/pull/9228)) -- Add `savePath` field to `/torrents/setCategory` ([#9228](https://github.com/qbittorrent/qBittorrent/pull/9228)). This method now requires the category to already exist and will not create new categories. +- Add `savePath` field to `/torrents/createCategory` ([#9228](https://github.com/qbittorrent/qBittorrent/pull/9228)). This method now requires the category to already exist and will not create new categories. - Add `/torrents/editCategory` method ([#9228](https://github.com/qbittorrent/qBittorrent/pull/9228)) ## API v2.1.1 ##