From a17ff434d5829118f44ab357e4df6c56796f2121 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 May 2025 13:36:37 +0800 Subject: [PATCH] docs(openapi): rename Claim Server tag to avoid conflict with operation name --- .../gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt index ae2a2ea47..6fdc28ca3 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt @@ -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"