From 215473f871cb7a646a6994ca64800e4c6c486abe Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 1 Mar 2022 15:44:14 +0000 Subject: [PATCH] add runtimes to exampels --- function/examples.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/function/examples.json b/function/examples.json index 943b78e..2f4b3e2 100644 --- a/function/examples.json +++ b/function/examples.json @@ -152,6 +152,34 @@ } } ], + "runtimes": [ + { + "title": "List runtimes", + "run_check": false, + "request": {}, + "response": { + "regions": [ + "nodejs16", + "nodejs14", + "nodejs12", + "nodejs10", + "nodejs8", + "nodejs6", + "python39", + "python38", + "python37", + "go116", + "go113", + "go111", + "java11", + "dotnet3", + "ruby27", + "ruby26", + "php74" + ] + } + } + ], "proxy": [ { "title": "Proxy URL",