Skip to content

Commit 2f70f6a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/do-single-multiple.yaml renamed to examples/do-multiple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ do:
1414
with:
1515
method: put
1616
endpoint: https://petstore.swagger.io/v2/pet/{petId}
17-
body: ${ . + { status: "sold" } }
17+
body: '${ . + { status: "sold" } }'

0 commit comments

Comments
 (0)