Skip to content

Commit 3e25871

Browse files
committed
fix: regenerate documentation
1 parent 138f98f commit 3e25871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ DELETE method must return 204 No Content.
338338
##### Implementation details
339339
Rule checks for the following conditions:
340340
- Applies to all DELETE methods
341-
- Verifies that the method includes a 204 response code
341+
- Verifies the 204 No Content response code is present
342+
- Fails if the method lacks a 204 No Content response or defines a different 2xx status code
342343
- Ensures no other 2xx response codes are defined
343344
- Fails if the 204 status code is missing or if other 2xx responses exist
344345

0 commit comments

Comments
 (0)