mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 07:24:34 +01:00
Updated Request Matching JsonPartialMatcher (markdown)
@@ -26,7 +26,7 @@ server
|
||||
"Path": {
|
||||
"Matchers": [
|
||||
{
|
||||
"Name": "JsonPartialMatcher",
|
||||
"Name": "WildcardMatcher",
|
||||
"Pattern": "/jsonpartialmatcher1"
|
||||
}
|
||||
]
|
||||
@@ -36,7 +36,7 @@ server
|
||||
],
|
||||
"Body": {
|
||||
"Matcher": {
|
||||
"Name": "JsonMatcher",
|
||||
"Name": "JsonPartialMatcher",
|
||||
"Pattern": "{ \"test\": \"abc\" }"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user