mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Webhook (markdown)
@@ -54,6 +54,7 @@ Or via posting this mapping:
|
||||
},
|
||||
"Response": {
|
||||
"Body": "<xml>ok</xml>",
|
||||
"StatusCode": 201,
|
||||
"Headers": {
|
||||
"Content-Type": "application/xml"
|
||||
}
|
||||
@@ -65,7 +66,7 @@ Or via posting this mapping:
|
||||
"Headers": {
|
||||
"x": "x-value"
|
||||
},
|
||||
"Body": "ok - RequestPath used = {{request.path}}",
|
||||
"Body": "ok - RequestPath used = {{request.path}}, RESP = {{response.StatusCode}}",
|
||||
"UseTransformer": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user