diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-03 14:42:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 14:42:14 +0100 |
commit | 481839af2fabdd78619c595d6bb108eb2facc758 (patch) | |
tree | 905a1725d15c67ac3ad34da8dbdd86269fa77ef4 | |
parent | 0efced4049bcae9aaf3fa1fcb3b75d2c0f0714a9 (diff) | |
parent | 1e3434d114c0b985fdea1bf1e6e1c1e2b0e9977a (diff) | |
download | podman-481839af2fabdd78619c595d6bb108eb2facc758.tar.gz podman-481839af2fabdd78619c595d6bb108eb2facc758.tar.bz2 podman-481839af2fabdd78619c595d6bb108eb2facc758.zip |
Merge pull request #12724 from rhatdan/swagger
Update swagger documentation
-rw-r--r-- | pkg/api/server/docs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/api/server/docs.go b/pkg/api/server/docs.go index 83d9ef160..2127e7d82 100644 --- a/pkg/api/server/docs.go +++ b/pkg/api/server/docs.go @@ -1,4 +1,4 @@ -// Package api Provides an API for the Libpod library +// Package api Provides an API for the Libpod library // // This documentation describes the Podman v2.0 RESTful API. // It replaces the Podman v1.0 API and was initially delivered @@ -45,7 +45,7 @@ // Schemes: http, https // Host: podman.io // BasePath: / -// Version: 3.2.0 +// Version: 4.0.0 // License: Apache-2.0 https://opensource.org/licenses/Apache-2.0 // Contact: Podman <podman@lists.podman.io> https://podman.io/community/ // |