mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
[NO NEW TEST NEEDED] Add schema for ImageCreate 200 response.
Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
This commit is contained in:
@ -61,7 +61,10 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// description: Image content if fromSrc parameter was used
|
||||
// responses:
|
||||
// 200:
|
||||
// $ref: "#/responses/ok"
|
||||
// description: "no error"
|
||||
// schema:
|
||||
// type: "string"
|
||||
// format: "binary"
|
||||
// 404:
|
||||
// $ref: "#/responses/NoSuchImage"
|
||||
// 500:
|
||||
|
Reference in New Issue
Block a user