mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
docs(api): update openapi description
This commit is contained in:
parent
4d72ec0598
commit
9dcdb1df03
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue