diff --git a/doc/source/user/dsl_v2.rst b/doc/source/user/dsl_v2.rst index 07841d865..59156e042 100644 --- a/doc/source/user/dsl_v2.rst +++ b/doc/source/user/dsl_v2.rst @@ -875,6 +875,9 @@ Input parameters: redirect following is allowed. *Optional*. - **proxies** - Dictionary mapping protocol to the URL of the proxy. *Optional*. +- **verify** - Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. *Optional*. Default is 'True'. Example: