sp-dev-fx-webparts/samples/react-openai-summarise-page.../azure-functions/Summarise/function.json

18 lines
273 B
JSON

{
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "Request",
"methods": [
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "Response"
}
]
}