mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 06:43:37 +01:00
34 lines
621 B
Plaintext
34 lines
621 B
Plaintext
{
|
|
Guid: Guid_1,
|
|
UpdatedAt: DateTime_1,
|
|
Title: ,
|
|
Description: ,
|
|
Request: {},
|
|
Response: {},
|
|
Webhooks: [
|
|
{
|
|
Request: {
|
|
Url: https://test1.com,
|
|
Method: post,
|
|
Headers: {
|
|
One: x
|
|
},
|
|
Body: 1,
|
|
TransformerReplaceNodeOptions: EvaluateAndTryToConvert
|
|
}
|
|
},
|
|
{
|
|
Request: {
|
|
Url: https://test2.com,
|
|
Method: post,
|
|
Headers: {
|
|
First: x,
|
|
Second: a, b
|
|
},
|
|
Body: 2,
|
|
TransformerReplaceNodeOptions: EvaluateAndTryToConvert
|
|
}
|
|
}
|
|
],
|
|
UseWebhooksFireAndForget: true
|
|
} |