Skip to content

Commit b347595

Browse files
committed
Fixed missing comma in JSON request example in "Key Expression"
1 parent 9c08338 commit b347595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ Content-Type: application/json
18401840
Content-Length: 123
18411841
18421842
{
1843-
"failedUrl" : "http://clientdomain.com/failed"
1843+
"failedUrl" : "http://clientdomain.com/failed",
18441844
"successUrls" : [
18451845
"http://clientdomain.com/fast",
18461846
"http://clientdomain.com/medium",

0 commit comments

Comments
 (0)