From cbb7179dbd17d13c6c9f9622379e601c87268ff1 Mon Sep 17 00:00:00 2001 From: hardikj Date: Tue, 23 Jan 2018 12:20:17 +0530 Subject: [PATCH] Fix std.http action doc Add missing input parameter 'verify' to std.http action in dsl documentation Change-Id: I3198012e3e2336b0febcf0b36dff528a49f74a31 --- doc/source/user/dsl_v2.rst | 3 +++ 1 file changed, 3 insertions(+) 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: