This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x-azure-functions-http-methods-enum in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 6b757d84b08947786c61b992e734252c35bc546e Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 10 11:41:27 2023 +0100 Azure Functions Sink Kamelets: Added enum for HTTP Methods Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/azure-functions-sink.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/azure-functions-sink.kamelet.yaml b/kamelets/azure-functions-sink.kamelet.yaml index a2e40ea9..f71d5e88 100644 --- a/kamelets/azure-functions-sink.kamelet.yaml +++ b/kamelets/azure-functions-sink.kamelet.yaml @@ -46,6 +46,7 @@ spec: description: The HTTP method to use. type: string default: POST + enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"] key: title: Key description: A function-specific API key is required, if the authLevel of the function is FUNCTION or master key if the authLevel is ADMIN.
