Add version to Mgmt Open API info (#2439)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-09 17:49:43 +03:00
committed by GitHub
parent 6840025ec1
commit 521c3cd096

View File

@@ -45,6 +45,7 @@ public class MgmtOpenApiConfiguration {
openApi openApi
.info(new Info() .info(new Info()
.title("Management API") .title("Management API")
.version("v1")
.description(""" .description("""
The Management API provides access to the management features of the hawkBit. The Management API provides access to the management features of the hawkBit.
It allows for managing devices, deployments, and other. It allows for managing devices, deployments, and other.