Skip to content

Commit

Permalink
fix: missing 200 response (#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels authored Feb 21, 2024
1 parent 598bf58 commit 5de732c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/SwarmCommon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 5de732c

Please sign in to comment.