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
commit 76b3a8596f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 426 additions and 24 deletions

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()