We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68ae6b commit 2f70f6aCopy full SHA for 2f70f6a
examples/do-single-multiple.yaml renamed to examples/do-multiple.yaml
@@ -14,4 +14,4 @@ do:
14
with:
15
method: put
16
endpoint: https://petstore.swagger.io/v2/pet/{petId}
17
- body: ${ . + { status: "sold" } }
+ body: '${ . + { status: "sold" } }'
0 commit comments