Skip to content

Commit 6ba18d9

Browse files
Merge pull request serverlessworkflow#1027 from fjtirado/content_type_http_call
Adding usage of content-type header in one of http examples
2 parents a5bafdd + a493259 commit 6ba18d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/call-http-endpoint-interpolation.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ do:
77
- getPet:
88
call: http
99
with:
10+
headers:
11+
content-type: application/json
1012
method: get
1113
endpoint: ${ "https://petstore.swagger.io/v2/pet/\(.petId)" }

0 commit comments

Comments
 (0)