This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 7874f2d427fd73a7ac5b44ce4581d77d85bc189f Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 13 10:06:11 2023 +0100 Enum Method in Http Sink Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/http-sink.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/http-sink.kamelet.yaml b/kamelets/http-sink.kamelet.yaml index 6da45c91..618c9265 100644 --- a/kamelets/http-sink.kamelet.yaml +++ b/kamelets/http-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"] dependencies: - "camel:http" - "camel:kamelet"
