Update openapi.yaml
parent
7831830579
commit
5f8b0ef57d
|
@ -10,22 +10,22 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/openapi.json"
|
||||
- "{{BaseURL}}/swagger.json"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- application/openapi+json
|
||||
- application/json
|
||||
part: header
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- openapi
|
||||
- paths
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- application/openapi+json
|
||||
- application/json
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue