Added verify_ssl to notify.synology_chat documentation (#7833)

* Update notify.synology_chat.markdown

* Keep configuration sample minimized
This commit is contained in:
bremor 2018-12-14 19:23:18 +11:00 committed by Fabian Affolter
parent b0f737bcc0
commit 08aa48b104

View File

@ -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