Add version to Mgmt Open API info (#2439)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user