oh-my-posh/website/api/refresh/function.json
2022-05-13 08:19:35 +02:00

20 lines
281 B
JSON

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