Files
WireMock.Net/test/WireMock.Net.Tests/__admin/mappings/351f0240-bba0-4bcb-93c6-1feba0fe8799.json
2020-10-05 14:29:21 +00:00

75 lines
1.6 KiB
JSON

{
"Guid": "351f0240-bba0-4bcb-93c6-1feba0fe8799",
"Title": "Playground",
"Request": {
"Path": {
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "/playground",
"IgnoreCase": false
}
]
},
"Methods": [
"POST"
],
"Headers": [
{
"Name": "Content-Type",
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "application/json; charset=utf-8",
"IgnoreCase": true
}
]
},
{
"Name": "Accept",
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "application/json",
"IgnoreCase": true
}
]
},
{
"Name": "Authorization",
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "Bearer 4d911614-fa48-484f-b8e6-98674fd73964",
"IgnoreCase": true
}
]
},
{
"Name": "Content-Length",
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "*",
"IgnoreCase": true
}
]
}
],
"Body": {
"Matcher": {
"Name": "JsonMatcher",
"Pattern": {},
"IgnoreCase": false
}
}
},
"Response": {
"StatusCode": 201,
"BodyAsJson": {},
"Headers": {
"Content-Type": "application/json",
"Connection": "keep-alive"
}
}
}