sp-dev-fx-webparts/samples/react-azfunc-vimeo/VimeoRequest/Search/function.json

16 lines
242 B
JSON

{
"disabled": false,
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "req"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}