From 6e8b9809b71d663c8ff0b99b83c17c3d3a40169a 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 (cherry picked from commit 16e3ca35eb2a633d75c08304c9559f96c5297e8e) Signed-off-by: Sebastiaan van Stijn --- 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 3905e0b20a..d911bcb867 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)."