Skip to content

Commit 0312d8f

Browse files
author
Jason Walton
committed
Fix callback key expression example.
1 parent 3ce06ec commit 0312d8f

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)