docs(openapi): rename Claim Server tag to avoid conflict with operation name

This commit is contained in:
Gauthier Roebroeck 2025-05-29 13:36:37 +08:00
parent 1f0817bbe7
commit a17ff434d5

View file

@ -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"