Skip to content

Commit

Permalink
Merge pull request serverlessworkflow#1027 from fjtirado/content_type…
Browse files Browse the repository at this point in the history
…_http_call

Adding usage of content-type header in one of http examples
  • Loading branch information
ricardozanini authored Oct 29, 2024
2 parents a5bafdd + a493259 commit 6ba18d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/call-http-endpoint-interpolation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ do:
- getPet:
call: http
with:
headers:
content-type: application/json
method: get
endpoint: ${ "https://petstore.swagger.io/v2/pet/\(.petId)" }

0 comments on commit 6ba18d9

Please sign in to comment.