Skip to content

Commit 4284df7

Browse files
committed
Add missing example to verify change
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 9a8513d commit 4284df7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/bearer-auth-uri-format.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
document:
2+
dsl: 1.0.0-alpha1
3+
namespace: examples
4+
name: bearer-auth-uri-format
5+
version: 1.0.0-alpha1
6+
do:
7+
getPetById:
8+
call: http
9+
with:
10+
method: get
11+
endpoint:
12+
uri: https://petstore.swagger.io/v2/pet/1
13+
authentication:
14+
bearer:
15+
token: ${ .token }

0 commit comments

Comments
 (0)