parent
1685477532
commit
155188c46b
|
@ -0,0 +1,25 @@
|
||||||
|
id: strapi-documentation
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Strapi CMS - documentation plugin from marketplace (Make the documentation endpoint private. By default, the access is public)
|
||||||
|
author: idealphase
|
||||||
|
severity: info
|
||||||
|
tags: strapi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/documentation'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<title>Swagger UI</title>"
|
||||||
|
- "x-strapi-config"
|
||||||
|
- "https://strapi.io/documentation/"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue