docs(api): update openapi description

This commit is contained in:
Gauthier Roebroeck 2025-02-18 11:55:06 +08:00
parent 4d72ec0598
commit 9dcdb1df03

View file

@ -65,7 +65,14 @@ class OpenApiConfiguration(
.version(appVersion)
.description(
"""
Komga RESTful API.
Komga REST API.
## Reference
Check the API reference:
- on the [Komga website](https://komga.org/docs/category/api-reference)
- on any running Komga instance at `/swagger-ui.html`
- on [GitHub](https://raw.githubusercontent.com/gotson/komga/refs/heads/master/komga/docs/openapi.json)
## Authentication