18 lines
273 B
JSON
18 lines
273 B
JSON
|
{
|
||
|
"bindings": [
|
||
|
{
|
||
|
"authLevel": "function",
|
||
|
"type": "httpTrigger",
|
||
|
"direction": "in",
|
||
|
"name": "Request",
|
||
|
"methods": [
|
||
|
"post"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "http",
|
||
|
"direction": "out",
|
||
|
"name": "Response"
|
||
|
}
|
||
|
]
|
||
|
}
|