From 119f1e8414a3d62dd97735574ffa2da2b21b7509 Mon Sep 17 00:00:00 2001 From: Andrey Anshin Date: Fri, 1 Mar 2024 03:12:44 +0400 Subject: [PATCH] Fix broken formatting in HTTP Connection documentation (#37803) --- docs/apache-airflow-providers-http/connections/http.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow-providers-http/connections/http.rst b/docs/apache-airflow-providers-http/connections/http.rst index 6f1decdec9517..3d471f3ccf8d0 100644 --- a/docs/apache-airflow-providers-http/connections/http.rst +++ b/docs/apache-airflow-providers-http/connections/http.rst @@ -56,10 +56,11 @@ Schema (optional) Extras (optional) Specify headers and default requests parameters in json format. Following default requests parameters are taken into account: + * ``stream`` * ``cert`` - * ``proxies or proxy`` - * ``verify or verify_ssl`` + * ``proxies`` or ``proxy`` + * ``verify`` or ``verify_ssl`` * ``allow_redirects`` * ``max_redirects``