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 ec69fd1 commit cd7a0b9Copy full SHA for cd7a0b9
dsl-reference.md
@@ -555,8 +555,8 @@ do:
555
one:
556
with:
557
type: com.fake.petclinic.pets.checkup.completed.v2
558
- output:
559
- as: '.pets + [{ "id": $pet.id }]'
+ output:
+ as: '.pets + [{ "id": $pet.id }]'
560
```
561
562
#### Fork
@@ -1113,7 +1113,7 @@ document:
1113
use:
1114
secrets:
1115
- usernamePasswordSecret
1116
- authentication:
+ authentications:
1117
sampleBasicFromSecret:
1118
basic:
1119
use: usernamePasswordSecret
0 commit comments