feat(api): add application image endpoint (#4627)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Cilps the Pumpkin
2026-01-27 22:34:03 +01:00
committed by GitHub
parent 2141917d71
commit 76b3a8596f
5 changed files with 426 additions and 24 deletions
+3
View File
@@ -39,6 +39,9 @@ basic authentication with the admin username and password.
## POST /api/config
@copydoc confighttp::saveConfig()
## GET /api/covers/{index}
@copydoc confighttp::getCover()
## POST /api/covers/upload
@copydoc confighttp::uploadCover()