mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
swagger: add operationIds that match with docker
Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
// swagger:operation PUT /containers/{name}/archive compat putArchive
|
||||
// ---
|
||||
// summary: Put files into a container
|
||||
// operationId: PutContainerArchive
|
||||
// description: Put a tar archive of files into a container
|
||||
// tags:
|
||||
// - containers (compat)
|
||||
@@ -55,6 +56,7 @@ func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
// swagger:operation GET /containers/{name}/archive compat getArchive
|
||||
// ---
|
||||
// summary: Get files from a container
|
||||
// operationId: ContainerArchive
|
||||
// description: Get a tar archive of files from a container
|
||||
// tags:
|
||||
// - containers (compat)
|
||||
|
||||
Reference in New Issue
Block a user