skirda-backend/api/CustomerUpdate/function.json
2022-08-24 15:08:22 +03:00

20 lines
298 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"put"
],
"route": "customers/{id}"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}