mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #9029 from mergetb/master
[CI:DOCS] api: fix import image swagger definition
This commit is contained in:
@ -837,13 +837,16 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// name: url
|
||||
// description: Load image from the specified URL
|
||||
// type: string
|
||||
// - in: formData
|
||||
// - in: body
|
||||
// name: upload
|
||||
// type: file
|
||||
// required: true
|
||||
// description: tarball for imported image
|
||||
// schema:
|
||||
// type: "string"
|
||||
// produces:
|
||||
// - application/json
|
||||
// consumes:
|
||||
// - application/x-tar
|
||||
// responses:
|
||||
// 200:
|
||||
// $ref: "#/responses/DocsLibpodImagesImportResponse"
|
||||
|
Reference in New Issue
Block a user