We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ca1cf commit 3105843Copy full SHA for 3105843
1 file changed
versions/3.0.md
@@ -1853,8 +1853,7 @@ A callback to the URL specified by the `url` property in the request body.
1853
1854
```yaml
1855
myWebhook:
1856
- '$request.body#/url':
1857
- 'http://notificationServer.com?transactionId={$request#/body}&email={$request.body#/email}}'
+ 'http://notificationServer.com?transactionId={$request.body#/id}&email={$request.body#/email}}':
1858
post:
1859
requestBody:
1860
description: Callback payload
0 commit comments