1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #39485 from skanehira/master

fix swagger.yaml #39484
This commit is contained in:
Sebastiaan van Stijn 2019-07-14 12:24:10 +02:00 committed by GitHub
commit b14313a97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5543,8 +5543,6 @@ paths:
description: "no error"
304:
description: "container already started"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:
@ -5576,8 +5574,6 @@ paths:
description: "no error"
304:
description: "container already stopped"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema: