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 c37eb53 commit ed697d7Copy full SHA for ed697d7
tools/spectral/ipa/rulesets/IPA-108.yaml
@@ -26,16 +26,7 @@ rules:
26
then:
27
function: deleteMethod404Response
28
29
- xgen-IPA-108-delete-request-no-body:
30
- description: DELETE method must not have request body
31
- message: '{{error}} http://go/ipa/108'
32
- severity: warn
33
- given: $.paths[*].delete
34
- then:
35
- function: deleteMethodNoRequestBody
36
-
37
functions:
38
- deleteMethodResponseShouldNotHaveSchema
39
- deleteMethod204Response
40
- - deleteMethodNoRequestBody
41
- deleteMethod404Response
0 commit comments