mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
[CI:DOCS] Update swagger definition of inspect manifest
* Changed reference in swagger to correct struture that was being returned. * Added summary to ManifestAddLibpod to clean up generated web site * Added serve target to Makefile, to aid in debugging generated web site Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@@ -81,6 +81,7 @@ func (s *APIServer) registerManifestHandlers(r *mux.Router) error {
|
||||
r.Handle(VersionedPath("/libpod/manifests/{name:.*}/json"), s.APIHandler(libpod.ManifestInspect)).Methods(http.MethodGet)
|
||||
// swagger:operation POST /libpod/manifests/{name:.*}/add manifests ManifestAddLibpod
|
||||
// ---
|
||||
// summary: Add image
|
||||
// description: Add an image to a manifest list
|
||||
// produces:
|
||||
// - application/json
|
||||
|
||||
Reference in New Issue
Block a user