From a6df8264977b29efe542e406d95f6f8354636f95 Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 20 Dec 2023 23:27:19 +0700 Subject: [PATCH] fix: missing 200 response --- openapi/SwarmCommon.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/SwarmCommon.yaml b/openapi/SwarmCommon.yaml index a3e46342eea..c5c7155fcdd 100644 --- a/openapi/SwarmCommon.yaml +++ b/openapi/SwarmCommon.yaml @@ -995,6 +995,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":