commit
2393dd07a9
|
@ -0,0 +1,22 @@
|
|||
id: fastapi-docs
|
||||
|
||||
info:
|
||||
name: FastAPI Docs
|
||||
author: github.com/its0x08
|
||||
severity: info
|
||||
tags: fastapi,tech,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/docs"
|
||||
- "{{BaseURL}}/redoc"
|
||||
- "{{BaseURL}}/openapi.json"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>FastAPI - Swagger UI</title>"
|
||||
- "<title>FastAPI - ReDoc</title>"
|
||||
- '{"title":"FastAPI"'
|
||||
condition: or
|
Loading…
Reference in New Issue