Support deleting API key

PR #23388.
This commit is contained in:
Tom Piccirello
2025-10-22 01:05:51 -07:00
committed by GitHub
parent 9ce5463d9d
commit a8e9e800b3
10 changed files with 158 additions and 37 deletions

View File

@@ -3,6 +3,8 @@
## 2.14.1
* [#23212](https://github.com/qbittorrent/qBittorrent/pull/23212)
* Add `app/rotateAPIKey` endpoint for generating, and rotating, the WebAPI API key
* [#23388](https://github.com/qbittorrent/qBittorrent/pull/23388)
* Add `app/deleteAPIKey` endpoint for deleting the existing WebAPI API key
## 2.14.0
* [#23202](https://github.com/qbittorrent/qBittorrent/pull/23202)