From b4bd5d65dd809c391d20c89322af3aec2ef85c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lasse=20M=C3=B6nch?= Date: Thu, 6 Feb 2025 15:14:42 +0100 Subject: [PATCH] docs: Secret is now a required field for webhook notification rules --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0ee71..82d0142 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ _register-appliance-online-webhook.json_ "eventType": "appliance/online", "notificationType": { "webhook": { - "targetURL": "" + "targetURL": "", + "secret": "" } } }