Skip to content

Commit 6bcb4cb

Browse files
authored
Merge pull request #1559 from jwalton/fix-callback-key-expression
Fix callback key expression example.
2 parents 3ce06ec + 0312d8f commit 6bcb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ $method | POST
18831883
$request.path.eventType | myevent
18841884
$request.query.queryUrl | http://clientdomain.com/stillrunning
18851885
$request.header.content-Type | application/json
1886-
$request.body#/failedUrl | http://clientdomain.com/stillrunning
1886+
$request.body#/failedUrl | http://clientdomain.com/failed
18871887
$request.body#/successUrls/2 | http://clientdomain.com/medium
18881888
$response.header.Location | http://example.org/subscription/1
18891889

0 commit comments

Comments
 (0)