Skip to content

Commit 3105843

Browse files
committed
webhook key with embedded runtime expression
1 parent 06ca1cf commit 3105843

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

versions/3.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,8 +1853,7 @@ A callback to the URL specified by the `url` property in the request body.
18531853

18541854
```yaml
18551855
myWebhook:
1856-
'$request.body#/url':
1857-
'http://notificationServer.com?transactionId={$request#/body}&email={$request.body#/email}}'
1856+
'http://notificationServer.com?transactionId={$request.body#/id}&email={$request.body#/email}}':
18581857
post:
18591858
requestBody:
18601859
description: Callback payload

0 commit comments

Comments
 (0)