From bd53bfec04af179e19d14f13a2f0db243f029bc4 Mon Sep 17 00:00:00 2001 From: gio Date: Tue, 31 Oct 2023 14:23:53 +0100 Subject: [PATCH] change text for headers example --- docs/workflow/blocks/http.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflow/blocks/http.rst b/docs/workflow/blocks/http.rst index e27bf5175..38d454a2a 100644 --- a/docs/workflow/blocks/http.rst +++ b/docs/workflow/blocks/http.rst @@ -82,8 +82,8 @@ Examples **Headers** For advanced use cases, the payload can be constructed using a JMES Path expression. -Custom headers can also be specified using JMESPath expressions. -Caution: if the custom header value is a string, header values must use two types of quotes: double quotes and single quotes. +JMESPath expressions can be used to dynamically set header and payload values. +Caution: if the header value is a string, it must use two types of quotes: double and single quotes, like "payload": "'grant_type=client_credentials'". .. code-block:: json