From 6670ea11c3009f5c5219dc3f593305bdf0074e8a Mon Sep 17 00:00:00 2001 From: "devWebN@ts" <32446540+devWebNuts@users.noreply.github.com> Date: Fri, 2 Nov 2018 13:58:26 +1300 Subject: [PATCH] Update http.md The values for the events properties must be in lowercase. The display values will appear in Capital letters in the Portal. --- docs/providers/azure/events/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/azure/events/http.md b/docs/providers/azure/events/http.md index 664703203..7717009a2 100644 --- a/docs/providers/azure/events/http.md +++ b/docs/providers/azure/events/http.md @@ -42,7 +42,7 @@ functions: x-azure-settings: name: req #, default - "req", specifies which name it's available on `context.bindings` methods: # [GET, POST, PUT, DELETE], default - all - - GET + - get route: example/hello #, default - authLevel: anonymous # ```