From 16e3ca35eb2a633d75c08304c9559f96c5297e8e Mon Sep 17 00:00:00 2001 From: Michael Weidmann Date: Sat, 13 Mar 2021 01:16:03 +0100 Subject: [PATCH] Correct type of Mounts in ContainerSummary in docs Signed-off-by: Michael Weidmann --- docs/api/v1.41.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 7beb139cd5..33f8b1491d 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.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)."