Skip to content

Commit

Permalink
Azure Functions Sink Kamelets: Added enum for HTTP Methods
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 10, 2023
1 parent 63a8db6 commit 3525003
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3525003

Please sign in to comment.