Skip to content

Commit

Permalink
Merge pull request containers#9029 from mergetb/master
Browse files Browse the repository at this point in the history
[CI:DOCS] api: fix import image swagger definition
  • Loading branch information
openshift-merge-robot authored Jan 26, 2021
2 parents ad1e0bb + 2fa67fe commit 5e91afb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e91afb

Please sign in to comment.