Skip to content

Commit 9b193b4

Browse files
committed
Change: doc: on delete we return a 204 not 200
1 parent a785ad2 commit 9b193b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/doc/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ paths:
255255
parameters:
256256
- $ref: "#/components/parameters/ScanID"
257257
responses:
258-
"200":
258+
"204":
259259
description: "Scan deleted"
260260
"404":
261261
description: "Scan not found"

0 commit comments

Comments
 (0)