update function

This commit is contained in:
Asim Aslam
2021-12-12 09:28:56 +00:00
parent d456ff28e1
commit 3cdf5baa23

View File

@@ -11,6 +11,18 @@
"response": {}
}
],
"update": [
{
"title": "Update a function",
"request": {
"repo": "github.com/m3o/nodejs-function-example",
"name": "helloworld",
"entrypoint": "helloworld",
"runtime": "nodejs14"
},
"response": {}
}
],
"call": [
{
"title": "Call a function",