mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-21 14:26:57 +02:00
7fe2c8af78
* Add /__admin/mappings/code endpoint * api * fix * . * fix * . * . * .
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
|
|
} |