Skip to content

Commit

Permalink
fix: missing 200 response
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Jan 11, 2024
1 parent ad2602c commit a6df826
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 @@ -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":
Expand Down

0 comments on commit a6df826

Please sign in to comment.