File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2036,17 +2036,21 @@ For example, given the following HTTP request:
20362036POST /subscribe/myevent?queryUrl=https://clientdomain.com/stillrunning HTTP/1.1
20372037Host: example.org
20382038Content-Type: application/json
2039- Content-Length: 187
2039+ Content-Length: 188
20402040
20412041{
2042- "failedUrl" : "https://clientdomain.com/failed",
2043- "successUrls" : [
2042+ "failedUrl": "https://clientdomain.com/failed",
2043+ "successUrls": [
20442044 "https://clientdomain.com/fast",
20452045 "https://clientdomain.com/medium",
20462046 "https://clientdomain.com/slow"
20472047 ]
20482048}
2049+ ` ` `
2050+
2051+ resulting in :
20492052
2053+ ` ` ` http
20502054201 Created
20512055Location: https://example.org/subscription/1
20522056` ` `
You can’t perform that action at this time.
0 commit comments