We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b0264 commit 9092530Copy full SHA for 9092530
schemas/v3.1/schema.json
@@ -304,7 +304,7 @@
304
}
305
},
306
"patternProperties": {
307
- "^(get|post|delete|options|head|patch|trace)$": {
+ "^(get|put|post|delete|options|head|patch|trace)$": {
308
"$ref": "#/$defs/operation"
309
310
@@ -1340,4 +1340,4 @@
1340
1341
1342
1343
-}
+}
schemas/v3.1/schema.yaml
@@ -209,7 +209,7 @@ $defs:
209
items:
210
$ref: '#/$defs/parameter-or-reference'
211
patternProperties:
212
- '^(get|post|delete|options|head|patch|trace)$':
+ '^(get|put|post|delete|options|head|patch|trace)$':
213
$ref: '#/$defs/operation'
214
$ref: '#/$defs/specification-extensions'
215
unevaluatedProperties: false
0 commit comments