Skip to content

Commit

Permalink
Fix callback key expression example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Apr 23, 2018
1 parent 3ce06ec commit 0312d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ $method | POST
$request.path.eventType | myevent
$request.query.queryUrl | http://clientdomain.com/stillrunning
$request.header.content-Type | application/json
$request.body#/failedUrl | http://clientdomain.com/stillrunning
$request.body#/failedUrl | http://clientdomain.com/failed
$request.body#/successUrls/2 | http://clientdomain.com/medium
$response.header.Location | http://example.org/subscription/1

Expand Down

0 comments on commit 0312d8f

Please sign in to comment.