docs: fix typo in 'where' example (#1206)

This commit is contained in:
Yaroslav Shuhailo
2023-08-02 18:24:03 +03:00
committed by GitHub
parent f7a6a036ec
commit cfa31330b0

View File

@@ -91,13 +91,13 @@ rule/no-pdf-in-ok-response:
where:
- subject:
type: Operation
filterByParentKeys:
filterInParentKeys:
- put
assertions:
defined: true
- subject:
type: Response
filterByParentKeys:
filterInParentKeys:
- '201'
- '200'
assertions: