diff --git a/function/examples.json b/function/examples.json index 6a2e6c1..768d91d 100644 --- a/function/examples.json +++ b/function/examples.json @@ -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",