Skip to content

Commit

Permalink
Merge pull request #6403 from vrothberg/push-swagger
Browse files Browse the repository at this point in the history
v2 libpod push: correct docs
  • Loading branch information
openshift-merge-robot authored May 27, 2020
2 parents 89b4683 + d6fd095 commit 2a988a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,13 +631,18 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// required: true
// description: Name of image to push.
// - in: query
// name: tag
// name: destination
// type: string
// description: The tag to associate with the image on the registry.
// description: Allows for pushing the image to a different destintation than the image refers to.
// - in: query
// name: credentials
// description: username:password for the registry.
// type: string
// - in: query
// name: tlsVerify
// description: Require TLS verification.
// type: boolean
// default: true
// - in: header
// name: X-Registry-Auth
// type: string
Expand Down

0 comments on commit 2a988a4

Please sign in to comment.