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


The following commit(s) were added to refs/heads/main by this push:
     new 4d1100fe Update slack source 'Delay' description and example
4d1100fe is described below

commit 4d1100fe7dbbb59dd140ef001eb2c93ab9c0fd55
Author: Jozef Marko <[email protected]>
AuthorDate: Tue Jul 12 16:11:15 2022 +0200

    Update slack source 'Delay' description and example
---
 kamelets/slack-source.kamelet.yaml                                  | 4 ++--
 .../src/main/resources/kamelets/slack-source.kamelet.yaml           | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kamelets/slack-source.kamelet.yaml 
b/kamelets/slack-source.kamelet.yaml
index a025b9e6..3fa03d15 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -51,9 +51,9 @@ spec:
         - urn:camel:group:credentials
       delay:
         title: Delay
-        description: The delay between polls.
+        description: The delay between polls. If no unit provided, miliseconds 
is the default.
         type: string
-        example: "1s"
+        example: "60s or 6000 or 1m"
   types:
     out:
       mediaType: application/json
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index a025b9e6..d46221af 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -50,10 +50,10 @@ spec:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
       delay:
-        title: Delay
-        description: The delay between polls.
+       title: Delay
+        description: The delay between polls. If no unit provided, miliseconds 
is the default.
         type: string
-        example: "1s"
+        example: "60s or 6000 or 1m"
   types:
     out:
       mediaType: application/json

Reply via email to