Skip to content

Commit

Permalink
Correct header name (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruszecki authored Jan 13, 2025
1 parent 03d6d1a commit 7be2e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/control-flow/backend-logic/api/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some of the common request headers that you might need while sending a request a
To pass the request header:

1. Select the **Headers** tab and click on the **+ Add Header** button.
2. Inside the input box, enter the header name followed by the colon(:) and its value (e.g., **Content-Length: application/json**).
2. Inside the input box, enter the header name followed by the colon(:) and its value (e.g., **Content-Type: application/json**).

<div style={{
position: 'relative',
Expand Down

0 comments on commit 7be2e94

Please sign in to comment.