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 1a395af commit 1c13a3dCopy full SHA for 1c13a3d
tools/spectral/ipa/rulesets/IPA-114.yaml
@@ -42,6 +42,6 @@ rules:
42
and not containing '/unauth' in the path) include 401 and 403 responses.
43
message: '{{error}} https://mdb.link/mongodb-atlas-openapi-validation#xgen-IPA-114-authenticated-endpoints-have-auth-errors'
44
severity: warn
45
- given: '$.paths[*][*]'
+ given: '$.paths[*][get,put,post,delete,options,head,patch,trace]'
46
then:
47
function: 'IPA114AuthenticatedEndpointsHaveAuthErrors'
0 commit comments