Fix std.http action doc
Add missing input parameter 'verify' to std.http action in dsl documentation Change-Id: I3198012e3e2336b0febcf0b36dff528a49f74a31
This commit is contained in:
parent
ae7950e03f
commit
cbb7179dbd
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user