Skip to content

Commit

Permalink
Adding usage of content-type header in one of http examples
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
  • Loading branch information
fjtirado committed Oct 29, 2024
1 parent a5bafdd commit a493259
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 a493259

Please sign in to comment.