mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +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"
|
|
}
|
|
]
|
|
} |