mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
update function
This commit is contained in:
@@ -11,6 +11,18 @@
|
|||||||
"response": {}
|
"response": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"update": [
|
||||||
|
{
|
||||||
|
"title": "Update a function",
|
||||||
|
"request": {
|
||||||
|
"repo": "github.com/m3o/nodejs-function-example",
|
||||||
|
"name": "helloworld",
|
||||||
|
"entrypoint": "helloworld",
|
||||||
|
"runtime": "nodejs14"
|
||||||
|
},
|
||||||
|
"response": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
"call": [
|
"call": [
|
||||||
{
|
{
|
||||||
"title": "Call a function",
|
"title": "Call a function",
|
||||||
|
|||||||
Reference in New Issue
Block a user