We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5bafdd + a493259 commit 6ba18d9Copy full SHA for 6ba18d9
examples/call-http-endpoint-interpolation.yaml
@@ -7,5 +7,7 @@ do:
7
- getPet:
8
call: http
9
with:
10
+ headers:
11
+ content-type: application/json
12
method: get
13
endpoint: ${ "https://petstore.swagger.io/v2/pet/\(.petId)" }
0 commit comments