Update openapi.yaml

patch-1
Ritik Chaddha 2023-01-16 16:06:39 +05:30 committed by GitHub
parent 7831830579
commit 5f8b0ef57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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