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 4590b58 commit e68ae6bCopy full SHA for e68ae6b
examples/try-catch-then.yaml
@@ -36,4 +36,4 @@ do:
36
with:
37
method: put
38
endpoint: https://petstore.swagger.io/v2/pet/{petId}
39
- body: ${ . + { status: "sold" } }
+ body: '${ . + { status: "sold" } }'
0 commit comments