mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update function
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user