mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in swagger.yaml for NetworkPrune operation
Signed-off-by: Joffrey F <joffrey@docker.com>
(cherry picked from commit 20c5fa3758
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
73b9bdc6cb
commit
171745b261
1 changed files with 1 additions and 1 deletions
|
@ -6306,7 +6306,7 @@ paths:
|
|||
schema:
|
||||
type: "object"
|
||||
properties:
|
||||
VolumesDeleted:
|
||||
NetworksDeleted:
|
||||
description: "Networks that were deleted"
|
||||
type: "array"
|
||||
items:
|
||||
|
|
Loading…
Reference in a new issue