diff options
author | Tristan Cacqueray <tdecacqu@redhat.com> | 2021-03-29 13:36:29 +0000 |
---|---|---|
committer | Tristan Cacqueray <tdecacqu@redhat.com> | 2021-03-29 14:25:25 +0000 |
commit | 48549ccc17776cf0bdeeb6a57f5f1f8fae7bbecc (patch) | |
tree | d6e47bbd41856e2344c54b4b9ee8fd9c548e5c2e | |
parent | 259004f0a9cc18018127baec0bfcf8bc091dabb6 (diff) | |
download | podman-48549ccc17776cf0bdeeb6a57f5f1f8fae7bbecc.tar.gz podman-48549ccc17776cf0bdeeb6a57f5f1f8fae7bbecc.tar.bz2 podman-48549ccc17776cf0bdeeb6a57f5f1f8fae7bbecc.zip |
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 <tdecacqu@redhat.com>
-rw-r--r-- | pkg/api/server/swagger.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |