mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 23:03:55 +01:00
21 lines
369 B
Plaintext
21 lines
369 B
Plaintext
{
|
|
Guid: Guid_1,
|
|
UpdatedAt: DateTime_1,
|
|
Title: ,
|
|
Description: ,
|
|
Request: {},
|
|
Response: {},
|
|
Webhook: {
|
|
Request: {
|
|
Url: https://test.com,
|
|
Method: post,
|
|
Headers: {
|
|
Multi: a, b,
|
|
Single: x
|
|
},
|
|
Body: b,
|
|
TransformerReplaceNodeOptions: EvaluateAndTryToConvert
|
|
}
|
|
},
|
|
UseWebhooksFireAndForget: false
|
|
} |