Skip to content

Commit e68ae6b

Browse files
committed
Fixed the examples
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 4590b58 commit e68ae6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/try-catch-then.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ do:
3636
with:
3737
method: put
3838
endpoint: https://petstore.swagger.io/v2/pet/{petId}
39-
body: ${ . + { status: "sold" } }
39+
body: '${ . + { status: "sold" } }'

0 commit comments

Comments
 (0)