fix: Fix OpenAPI docs casing of a word

This commit is contained in:
oSumAtrIX 2024-07-13 15:38:28 +02:00
parent db41081155
commit 541783d959
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -40,7 +40,7 @@ private fun Route.installLatestManagerRouteDocumentation() = installNotarizedRou
get = GetInfo.builder {
description("Get the latest manager release")
summary("Get latest Manager release")
summary("Get latest manager release")
response {
description("The latest manager release")
mediaTypes("application/json")