Merge pull request #9861 from TristanCacqueray/version-swagger

[CI:DOCS] swagger: update system version response body
This commit is contained in:
OpenShift Merge Robot 2021-03-29 17:01:22 +00:00 committed by GitHub
commit 58bf62f2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ type swagHealthCheckRunResponse struct {
type swagVersion struct { type swagVersion struct {
// in:body // in:body
Body struct { Body struct {
entities.SystemVersionReport entities.ComponentVersion
} }
} }