We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e51e2a + ccf0169 commit 542fc44Copy full SHA for 542fc44
1 file changed
examples/v3.0/callback-example.yaml
@@ -1,3 +1,4 @@
1
+# ...
2
paths:
3
/streams:
4
post:
@@ -32,7 +33,7 @@ paths:
32
33
onData:
34
# when data is sent, it will be sent to the `callbackUrl` provided
35
# when making the subscription PLUS the suffix `/data`
- {$request.query.callbackUrl}/data:
36
+ '{$request.query.callbackUrl}/data':
37
38
requestBody:
39
description: subscription payload
@@ -44,7 +45,7 @@ paths:
44
45
type: string
46
format: date-time
47
userData:
- $ref: '#/components/schemas/UserLogData'
48
+ type: string
49
responses:
50
'202':
51
description: |
0 commit comments