Added undocumented verify_ssl parameter (#10502)

* Added undocumented verify_ssl parameter

* ✏️ Tweaks
This commit is contained in:
Ivo 2019-10-01 01:12:54 +02:00 committed by Franck Nijhof
parent 30258e5134
commit a56c667330

View File

@ -51,6 +51,11 @@ authentication:
description: Type of the HTTP authentication. Either `basic` or `digest`. description: Type of the HTTP authentication. Either `basic` or `digest`.
required: false required: false
type: string type: string
verify_ssl:
description: Enables/disables verification of SSL-certificate, for example if it is self-signed.
required: false
type: boolean
default: true
username: username:
description: The username for accessing the website. description: The username for accessing the website.
required: false required: false