Skip to content

Commit 530637e

Browse files
authored
Fix for #2167 (#3189)
Fixes #2167
1 parent 4fd8cb3 commit 530637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ $request.path.eventType | myevent
18871887
$request.query.queryUrl | http://clientdomain.com/stillrunning
18881888
$request.header.content-Type | application/json
18891889
$request.body#/failedUrl | http://clientdomain.com/failed
1890-
$request.body#/successUrls/2 | http://clientdomain.com/medium
1890+
$request.body#/successUrls/1 | http://clientdomain.com/medium
18911891
$response.header.Location | http://example.org/subscription/1
18921892

18931893

0 commit comments

Comments
 (0)