skirda-backend/api/CustomerUpdate/function.json

20 lines
298 B
JSON
Raw Normal View History

2022-08-24 12:08:22 +00:00
{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"put"
],
"route": "customers/{id}"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}