From 3cdf5baa23a82adc188764e10c621fbeaa229ee9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 12 Dec 2021 09:28:56 +0000 Subject: [PATCH] update function --- function/examples.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",