Updated Request Matching (markdown)

Stef Heyenrath
2020-02-14 16:31:58 +01:00
parent 7ab1400fcb
commit 0f4d21b791

@@ -581,7 +581,7 @@ A JSON Mapping example looks like:
"Matchers": [ "Matchers": [
{ {
"Name": "WildcardMatcher", "Name": "WildcardMatcher",
"Pattern": "/doesnot-need-a-key" "Pattern": "/needs-a-key"
} }
] ]
}, },