We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b816307 commit 9cf2778Copy full SHA for 9cf2778
examples/v3.0/callback-example.yaml
@@ -32,7 +32,7 @@ paths:
32
onData:
33
# when data is sent, it will be sent to the `callbackUrl` provided
34
# when making the subscription PLUS the suffix `/data`
35
- $request.query.callbackUrl/data:
+ {$request.query.callbackUrl}/data:
36
post:
37
requestBody:
38
description: subscription payload
0 commit comments