We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138f98f commit 3e25871Copy full SHA for 3e25871
tools/spectral/ipa/rulesets/README.md
@@ -338,7 +338,8 @@ DELETE method must return 204 No Content.
338
##### Implementation details
339
Rule checks for the following conditions:
340
- Applies to all DELETE methods
341
- - Verifies that the method includes a 204 response code
+ - 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
343
- Ensures no other 2xx response codes are defined
344
- Fails if the 204 status code is missing or if other 2xx responses exist
345
0 commit comments