Skip to content

Commit 1c13a3d

Browse files
address the comments
1 parent 1a395af commit 1c13a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ rules:
4242
and not containing '/unauth' in the path) include 401 and 403 responses.
4343
message: '{{error}} https://mdb.link/mongodb-atlas-openapi-validation#xgen-IPA-114-authenticated-endpoints-have-auth-errors'
4444
severity: warn
45-
given: '$.paths[*][*]'
45+
given: '$.paths[*][get,put,post,delete,options,head,patch,trace]'
4646
then:
4747
function: 'IPA114AuthenticatedEndpointsHaveAuthErrors'

0 commit comments

Comments
 (0)