From 48549ccc17776cf0bdeeb6a57f5f1f8fae7bbecc Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 29 Mar 2021 13:36:29 +0000 Subject: swagger: update system version response body This change updates the swagger documentation of the system version response body to match the actual response. Fixes: #9522 Signed-off-by: Tristan Cacqueray --- pkg/api/server/swagger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/server/swagger.go b/pkg/api/server/swagger.go index 12fd083bb..d282edf23 100644 --- a/pkg/api/server/swagger.go +++ b/pkg/api/server/swagger.go @@ -205,7 +205,7 @@ type swagHealthCheckRunResponse struct { type swagVersion struct { // in:body Body struct { - entities.SystemVersionReport + entities.ComponentVersion } } -- cgit v1.2.3-54-g00ecf