From f5b372638c7edf53de244e853c314681c6d4aed7 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 9 Mar 2021 17:13:18 +0100 Subject: [PATCH] Updated Webhook (markdown) --- Webhook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }