diff --git a/Request-Matching-JsonMatcher.md b/Request-Matching-JsonMatcher.md index a13d70a..fa52e5d 100644 --- a/Request-Matching-JsonMatcher.md +++ b/Request-Matching-JsonMatcher.md @@ -22,7 +22,7 @@ server "Path": { "Matchers": [ { - "Name": "WildcardMatcher", + "Name": "JsonMatcher", "Pattern": "/jsonmatcher1" } ] @@ -66,7 +66,7 @@ server "Path": { "Matchers": [ { - "Name": "WildcardMatcher", + "Name": "JsonMatcher", "Pattern": "/jsonmatcher2" } ]