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