oh-my-posh/docs/api/refresh/function.json
2022-01-09 10:25:45 +01:00

20 lines
281 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}