We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b64098 + 3555c11 commit 215eed4Copy full SHA for 215eed4
1 file changed
versions/3.0.md
@@ -1838,10 +1838,10 @@ For example, given the following HTTP request:
1838
POST /subscribe/myevent?queryUrl=http://clientdomain.com/stillrunning HTTP/1.1
1839
Host: example.org
1840
Content-Type: application/json
1841
-Content-Length: 123
+Content-Length: 187
1842
1843
{
1844
- "failedUrl" : "http://clientdomain.com/failed"
+ "failedUrl" : "http://clientdomain.com/failed",
1845
"successUrls" : [
1846
"http://clientdomain.com/fast",
1847
"http://clientdomain.com/medium",
0 commit comments