From 0f4d21b791ffbce2668e8d63af94d2fdfcdf9fab Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 14 Feb 2020 16:31:58 +0100 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request-Matching.md b/Request-Matching.md index 7295274..9e48151 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -581,7 +581,7 @@ A JSON Mapping example looks like: "Matchers": [ { "Name": "WildcardMatcher", - "Pattern": "/doesnot-need-a-key" + "Pattern": "/needs-a-key" } ] },