Skip to content

Commit 7be2e94

Browse files
authored
Correct header name (#251)
1 parent 03d6d1a commit 7be2e94

File tree

1 file changed

+1
-1
lines changed
  • docs/resources/control-flow/backend-logic/api

1 file changed

+1
-1
lines changed

docs/resources/control-flow/backend-logic/api/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Some of the common request headers that you might need while sending a request a
3838
To pass the request header:
3939

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

4343
<div style={{
4444
position: 'relative',

0 commit comments

Comments
 (0)