Skip to content

Commit

Permalink
change text for headers example
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta committed Oct 31, 2023
1 parent 34caf76 commit bd53bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/blocks/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd53bfe

Please sign in to comment.