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 8c3b4d2 commit 3fb8eb0Copy full SHA for 3fb8eb0
schemas/json/function.json
@@ -227,6 +227,24 @@
227
"admin"
228
],
229
"description": "The function HTTP authorization level."
230
+ },
231
+ "methods":{
232
+ "type":"array",
233
+ "items": [
234
+ {
235
+ "type": "string",
236
+ "enum": [
237
+ "get",
238
+ "post",
239
+ "delete",
240
+ "head",
241
+ "patch",
242
+ "put",
243
+ "options",
244
+ "trace"
245
+ ]
246
+ }
247
248
}
249
},
250
"allOf": [
0 commit comments