mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00
more swagger fixes
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -25,7 +25,7 @@ func (s *APIServer) registerVolumeHandlers(r *mux.Router) error {
|
|||||||
// '500':
|
// '500':
|
||||||
// "$ref": "#/responses/InternalError"
|
// "$ref": "#/responses/InternalError"
|
||||||
r.Handle(VersionedPath("/libpod/volumes/create"), s.APIHandler(libpod.CreateVolume)).Methods(http.MethodPost)
|
r.Handle(VersionedPath("/libpod/volumes/create"), s.APIHandler(libpod.CreateVolume)).Methods(http.MethodPost)
|
||||||
// swagger:operation POST /libpod/volumes/json volumes listVolumes
|
// swagger:operation GET /libpod/volumes/json volumes listVolumes
|
||||||
// ---
|
// ---
|
||||||
// summary: List volumes
|
// summary: List volumes
|
||||||
// description: Returns a list of networks
|
// description: Returns a list of networks
|
||||||
|
Reference in New Issue
Block a user