diff --git a/Webhook.md b/Webhook.md index c3ee7f7..9bee80c 100644 --- a/Webhook.md +++ b/Webhook.md @@ -54,6 +54,7 @@ Or via posting this mapping: }, "Response": { "Body": "ok", + "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 } }