Skip to content

Commit 9cf2778

Browse files
committed
Fixed runtime expression in callback example
1 parent b816307 commit 9cf2778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v3.0/callback-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ paths:
3232
onData:
3333
# when data is sent, it will be sent to the `callbackUrl` provided
3434
# when making the subscription PLUS the suffix `/data`
35-
$request.query.callbackUrl/data:
35+
{$request.query.callbackUrl}/data:
3636
post:
3737
requestBody:
3838
description: subscription payload

0 commit comments

Comments
 (0)