Skip to content

Commit 215eed4

Browse files
authored
Merge pull request OAI#1231 from hkosova/json-request-fix
Fixed JSON request example in "Key Expression"
2 parents 7b64098 + 3555c11 commit 215eed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,10 +1838,10 @@ For example, given the following HTTP request:
18381838
POST /subscribe/myevent?queryUrl=http://clientdomain.com/stillrunning HTTP/1.1
18391839
Host: example.org
18401840
Content-Type: application/json
1841-
Content-Length: 123
1841+
Content-Length: 187
18421842
18431843
{
1844-
"failedUrl" : "http://clientdomain.com/failed"
1844+
"failedUrl" : "http://clientdomain.com/failed",
18451845
"successUrls" : [
18461846
"http://clientdomain.com/fast",
18471847
"http://clientdomain.com/medium",

0 commit comments

Comments
 (0)