From dd83d185249cf1a967536a08d2b4af50f00c7f3a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 14 Feb 2022 20:56:00 +0100 Subject: [PATCH] Updated Request Matching JsonPartialWildcardMatcher (markdown) --- Request-Matching-JsonPartialWildcardMatcher.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Request-Matching-JsonPartialWildcardMatcher.md b/Request-Matching-JsonPartialWildcardMatcher.md index 6aaa6c9..039cd84 100644 --- a/Request-Matching-JsonPartialWildcardMatcher.md +++ b/Request-Matching-JsonPartialWildcardMatcher.md @@ -63,4 +63,7 @@ server #### IgnoreCase It's also possible to use set `IgnoreCase` to true, this means that the PropertNames and PropertyValues will be matched regarding any case. -Same logic as the normal JsonMatcher. \ No newline at end of file +Same logic as the normal JsonMatcher. + +### Notes +- For now it's only possible to use this matcher to match on string-values. \ No newline at end of file