diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml index a025b9e65..3fa03d159 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 a025b9e65..d46221af5 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