1id: test 2 3info: 4 name: test 5 author: pdteam 6 severity: info 7 8http: 9 - raw: 10 - | 11 GET /api/v1/test?id=123 HTTP/1.1 12 Host: {{Hostname}} 13 - | 14 GET HTTP/1.1 15 Host: {{Hostname}} 16 disable-path-automerge: true 17 matchers: 18 - type: status 19 status: 20 - 200 21 22