mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-27 03:09:35 +02:00
Updated Request Matching JsonMatcher (markdown)
@@ -22,7 +22,7 @@ server
|
|||||||
"Path": {
|
"Path": {
|
||||||
"Matchers": [
|
"Matchers": [
|
||||||
{
|
{
|
||||||
"Name": "WildcardMatcher",
|
"Name": "JsonMatcher",
|
||||||
"Pattern": "/jsonmatcher1"
|
"Pattern": "/jsonmatcher1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -66,7 +66,7 @@ server
|
|||||||
"Path": {
|
"Path": {
|
||||||
"Matchers": [
|
"Matchers": [
|
||||||
{
|
{
|
||||||
"Name": "WildcardMatcher",
|
"Name": "JsonMatcher",
|
||||||
"Pattern": "/jsonmatcher2"
|
"Pattern": "/jsonmatcher2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user