Skip to content

Commit ed697d7

Browse files
committed
fix: spec for IPA 108
1 parent c37eb53 commit ed697d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/spectral/ipa/rulesets/IPA-108.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ rules:
2626
then:
2727
function: deleteMethod404Response
2828

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-
3729
functions:
3830
- deleteMethodResponseShouldNotHaveSchema
3931
- deleteMethod204Response
40-
- deleteMethodNoRequestBody
4132
- deleteMethod404Response

0 commit comments

Comments
 (0)