Skip to content

Commit a178f02

Browse files
authored
Merge pull request #2920 from ralfhandl/v3.1.1-dev
Fix for #2167
2 parents 17970c5 + e778705 commit a178f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ $request.path.eventType | myevent
19081908
$request.query.queryUrl | https://clientdomain.com/stillrunning
19091909
$request.header.content-Type | application/json
19101910
$request.body#/failedUrl | https://clientdomain.com/failed
1911-
$request.body#/successUrls/2 | https://clientdomain.com/medium
1911+
$request.body#/successUrls/1 | https://clientdomain.com/medium
19121912
$response.header.Location | https://example.org/subscription/1
19131913

19141914

0 commit comments

Comments
 (0)