Updated openapi template
parent
6330e4f473
commit
7831830579
|
@ -2,7 +2,7 @@ id: openapi
|
|||
|
||||
info:
|
||||
name: OpenAPI
|
||||
author: pdteam
|
||||
author: pdteam,ynnirc
|
||||
severity: info
|
||||
tags: exposure,api
|
||||
|
||||
|
@ -10,12 +10,14 @@ 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
|
||||
|
|
Loading…
Reference in New Issue