From 09539f0255c97a70916767b29d2ec0ca79e59c74 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 17 Nov 2020 17:33:58 +0100 Subject: [PATCH] Updated Request Matching JsonMatcher (markdown) --- Request-Matching-JsonMatcher.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]