Update springboot-mappings.yaml

patch-1
Ritik Chaddha 2022-07-28 14:05:35 +05:30
parent 8931041c19
commit 5fc571d722
1 changed files with 8 additions and 4 deletions

View File

@ -12,6 +12,8 @@ requests:
path: path:
- "{{BaseURL}}/mappings" - "{{BaseURL}}/mappings"
- "{{BaseURL}}/actuator/mappings" - "{{BaseURL}}/actuator/mappings"
stop-at-first-match: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
@ -21,13 +23,15 @@ requests:
- "method" - "method"
- "produces" - "produces"
condition: and condition: and
- type: status
status:
- 200
- type: word - type: word
part: header
words: words:
- "application/json" - "application/json"
- "application/vnd.spring-boot.actuator" - "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json" - "application/vnd.spring-boot.actuator.v1+json"
condition: or condition: or
part: header
- type: status
status:
- 200