File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2100,21 +2100,17 @@ For example, given the following HTTP request:
21002100POST /subscribe/myevent?queryUrl=https://clientdomain.com/stillrunning HTTP/1.1
21012101Host: example.org
21022102Content-Type: application/json
2103- Content-Length: 188
2103+ Content-Length: 187
21042104
21052105{
2106- "failedUrl": "https://clientdomain.com/failed",
2107- "successUrls": [
2106+ "failedUrl" : "https://clientdomain.com/failed",
2107+ "successUrls" : [
21082108 "https://clientdomain.com/fast",
21092109 "https://clientdomain.com/medium",
21102110 "https://clientdomain.com/slow"
21112111 ]
21122112}
2113- ` ` `
2114-
2115- resulting in :
21162113
2117- ` ` ` http
21182114201 Created
21192115Location: https://example.org/subscription/1
21202116` ` `
@@ -3153,7 +3149,7 @@ components:
31533149 $id : fully_generic_array
31543150 type : array
31553151 items :
3156- $dynamicRef : ' #generic-array'
3152+ $dynamicRef : " #generic-array"
31573153 $defs :
31583154 allowAll :
31593155 $dynamicAnchor : generic-array
You can’t perform that action at this time.
0 commit comments