Skip to content

Commit 1d53e61

Browse files
committed
Adding usage of content-type header in one of http examples
1 parent a5bafdd commit 1d53e61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/call-http-endpoint-interpolation.yaml

Lines changed: 2 additions & 0 deletions
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)