Skip to content

Commit

Permalink
Change: doc: on delete we return a 204 not 200
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Feb 14, 2024
1 parent a785ad2 commit 9b193b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/doc/openapi.yml
Expand Up @@ -255,7 +255,7 @@ paths:
parameters:
- $ref: "#/components/parameters/ScanID"
responses:
"200":
"204":
description: "Scan deleted"
"404":
description: "Scan not found"
Expand Down

0 comments on commit 9b193b4

Please sign in to comment.