Skip to content

Commit e778705

Browse files
committed
Fix for #2167
1 parent 17970c5 commit e778705

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)