From 9ad365ac517088cc813a6ca5aa608b0e3e905b81 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Wed, 4 Dec 2024 12:50:08 +0100 Subject: [PATCH] hmmm --- examples_webhook.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples_webhook.md b/examples_webhook.md index 4c88b27..8bb870a 100644 --- a/examples_webhook.md +++ b/examples_webhook.md @@ -11,10 +11,14 @@ Triggers when a booking is confirmed.
Request +```http +HTTP/1.1 200 OK +Content-Type: application/json; charset=utf-8 +``` + ```http POST https://example.org/makeplans-events Content-Type: application/json; charset=utf-8 -User-Agent: MakePlans API ``` ```json