File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2100,17 +2100,21 @@ 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: 187
2103
+ Content-Length: 188
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 :
2113
2116
2117
+ ` ` ` http
2114
2118
201 Created
2115
2119
Location: https://example.org/subscription/1
2116
2120
` ` `
@@ -3149,7 +3153,7 @@ components:
3149
3153
$id : fully_generic_array
3150
3154
type : array
3151
3155
items :
3152
- $dynamicRef : " #generic-array"
3156
+ $dynamicRef : ' #generic-array'
3153
3157
$defs :
3154
3158
allowAll :
3155
3159
$dynamicAnchor : generic-array
You can’t perform that action at this time.
0 commit comments