mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
swagger: update the libpodPutArchive operation verb
This change fixes the libpodPutArchive verb to PUT (POST results in 405). Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com>
This commit is contained in:
@ -91,7 +91,7 @@ func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
Libpod
|
||||
*/
|
||||
|
||||
// swagger:operation POST /libpod/containers/{name}/archive libpod libpodPutArchive
|
||||
// swagger:operation PUT /libpod/containers/{name}/archive libpod libpodPutArchive
|
||||
// ---
|
||||
// summary: Copy files into a container
|
||||
// description: Copy a tar archive of files into a container
|
||||
|
Reference in New Issue
Block a user