mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
19 lines
288 B
JSON
19 lines
288 B
JSON
|
{
|
||
|
"bindings": [
|
||
|
{
|
||
|
"authLevel": "function",
|
||
|
"type": "httpTrigger",
|
||
|
"direction": "in",
|
||
|
"name": "Request",
|
||
|
"methods": [
|
||
|
"get",
|
||
|
"post"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "http",
|
||
|
"direction": "out",
|
||
|
"name": "Response"
|
||
|
}
|
||
|
]
|
||
|
}
|