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