From 521c3cd0967b04d6475790ee51ff1394b99103b1 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 9 Jun 2025 17:49:43 +0300 Subject: [PATCH] Add version to Mgmt Open API info (#2439) Signed-off-by: Avgustin Marinov --- .../hawkbit/mgmt/rest/resource/MgmtOpenApiConfiguration.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hawkbit-mgmt/hawkbit-mgmt-resource/src/main/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtOpenApiConfiguration.java b/hawkbit-mgmt/hawkbit-mgmt-resource/src/main/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtOpenApiConfiguration.java index 996f14faa..0d1a75dc6 100644 --- a/hawkbit-mgmt/hawkbit-mgmt-resource/src/main/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtOpenApiConfiguration.java +++ b/hawkbit-mgmt/hawkbit-mgmt-resource/src/main/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtOpenApiConfiguration.java @@ -45,6 +45,7 @@ public class MgmtOpenApiConfiguration { openApi .info(new Info() .title("Management API") + .version("v1") .description(""" The Management API provides access to the management features of the hawkBit. It allows for managing devices, deployments, and other.