From ed843fe42fd694cacfc249a3a4bce0266a1b1bc8 Mon Sep 17 00:00:00 2001 From: Michael Weidmann Date: Tue, 9 Mar 2021 22:24:20 +0100 Subject: [PATCH] Correct type of Mounts in ContainerSummary Changed the type of ContainerSummary.Mounts from Mount to MountPoint in the Swagger Spec. Signed-off-by: Michael Weidmann --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index bb6e0b0e45..d8e1157620 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -4238,7 +4238,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)."