mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
docs(openapi): rename Claim Server tag to avoid conflict with operation name
This commit is contained in:
parent
1f0817bbe7
commit
a17ff434d5
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class OpenApiConfiguration(
|
|||
const val OAUTH2 = "OAuth2"
|
||||
|
||||
const val SYNCPOINTS = "Sync points"
|
||||
const val CLAIM = "Claim server"
|
||||
const val CLAIM = "Claim"
|
||||
const val TASKS = "Tasks"
|
||||
const val HISTORY = "History"
|
||||
const val FILE_SYSTEM = "File system"
|
||||
|
|
|
|||
Loading…
Reference in a new issue