savePath was added to createCategory, not saveCategory in v2.1.0

rmartin16
2019-05-06 09:26:50 -04:00
parent f466e0ae45
commit c5bf542478

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