mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
docs: fix typo in 'where' example (#1206)
This commit is contained in:
committed by
GitHub
parent
f7a6a036ec
commit
cfa31330b0
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user