From 5de732c269573bf433a0c9446597b884dd591afb Mon Sep 17 00:00:00 2001 From: Noah Maizels Date: Wed, 21 Feb 2024 08:56:11 +0700 Subject: [PATCH] fix: missing 200 response (#4526) --- openapi/SwarmCommon.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/SwarmCommon.yaml b/openapi/SwarmCommon.yaml index 721516aa9bb..82066bf23dc 100644 --- a/openapi/SwarmCommon.yaml +++ b/openapi/SwarmCommon.yaml @@ -1043,6 +1043,8 @@ components: description: "Determines if the download data should be cached on the node. By default the download will be cached" responses: + "200": + description: OK. "204": description: The resource was deleted successfully. "400":