Files
onefuzz/contrib/webhook-teams-service/webhook/function.json
2021-03-11 17:08:13 -05:00

19 lines
299 B
JSON

{
"scriptFile": "__init__.py",
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
]
}