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