From 08aa48b104d2986bac91893acb6702af39c6f51c Mon Sep 17 00:00:00 2001 From: bremor <34525505+bremor@users.noreply.github.com> Date: Fri, 14 Dec 2018 19:23:18 +1100 Subject: [PATCH] Added verify_ssl to notify.synology_chat documentation (#7833) * Update notify.synology_chat.markdown * Keep configuration sample minimized --- source/_components/notify.synology_chat.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/notify.synology_chat.markdown b/source/_components/notify.synology_chat.markdown index 88abaf0c7c9..6c1b8b3139d 100644 --- a/source/_components/notify.synology_chat.markdown +++ b/source/_components/notify.synology_chat.markdown @@ -31,6 +31,11 @@ name: description: "Setting the parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`." required: true type: string +verify_ssl: + description: If SSL/TLS verification for HTTPS resources needs to be turned off (for self-signed certs, etc.). + required: false + type: boolean + default: true resource: description: The incoming webhook URL. required: true