File tree 1 file changed +4
-8
lines changed
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:
2100
2100
POST /subscribe/myevent?queryUrl=https://clientdomain.com/stillrunning HTTP/1.1
2101
2101
Host: example.org
2102
2102
Content-Type: application/json
2103
- Content-Length: 188
2103
+ Content-Length: 187
2104
2104
2105
2105
{
2106
- "failedUrl": "https://clientdomain.com/failed",
2107
- "successUrls": [
2106
+ "failedUrl" : "https://clientdomain.com/failed",
2107
+ "successUrls" : [
2108
2108
"https://clientdomain.com/fast",
2109
2109
"https://clientdomain.com/medium",
2110
2110
"https://clientdomain.com/slow"
2111
2111
]
2112
2112
}
2113
- ` ` `
2114
-
2115
- resulting in :
2116
2113
2117
- ` ` ` http
2118
2114
201 Created
2119
2115
Location: https://example.org/subscription/1
2120
2116
` ` `
@@ -3153,7 +3149,7 @@ components:
3153
3149
$id : fully_generic_array
3154
3150
type : array
3155
3151
items :
3156
- $dynamicRef : ' #generic-array'
3152
+ $dynamicRef : " #generic-array"
3157
3153
$defs :
3158
3154
allowAll :
3159
3155
$dynamicAnchor : generic-array
You can’t perform that action at this time.
0 commit comments