mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Move operationIds to swagger:operation line
Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
This commit is contained in:
@@ -8,10 +8,9 @@ import (
|
||||
)
|
||||
|
||||
func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
// swagger:operation PUT /containers/{name}/archive compat putArchive
|
||||
// swagger:operation PUT /containers/{name}/archive compat PutContainerArchive
|
||||
// ---
|
||||
// summary: Put files into a container
|
||||
// operationId: PutContainerArchive
|
||||
// description: Put a tar archive of files into a container
|
||||
// tags:
|
||||
// - containers (compat)
|
||||
@@ -53,10 +52,9 @@ func (s *APIServer) registerArchiveHandlers(r *mux.Router) error {
|
||||
// 500:
|
||||
// $ref: "#/responses/InternalError"
|
||||
|
||||
// swagger:operation GET /containers/{name}/archive compat getArchive
|
||||
// swagger:operation GET /containers/{name}/archive compat ContainerArchive
|
||||
// ---
|
||||
// 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