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 ##