Skip to content

Commit b4394d5

Browse files
committed
Revert "Update 3.1.1.md"
This reverts commit c2fc43a.
1 parent c2fc43a commit b4394d5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

versions/3.1.1.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -2100,21 +2100,17 @@ For example, given the following HTTP request:
21002100
POST /subscribe/myevent?queryUrl=https://clientdomain.com/stillrunning HTTP/1.1
21012101
Host: example.org
21022102
Content-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
21182114
201 Created
21192115
Location: 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

0 commit comments

Comments
 (0)