You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/27 14:27:57 UTC

[camel] branch master updated: Added a list of the possible values for the timelineType path parameter - correct position

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e5c2b9  Added a list of the possible values for the timelineType path parameter - correct position
0e5c2b9 is described below

commit 0e5c2b9052c049595ba743b60eaafa74b38c987e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 27 15:27:31 2020 +0100

    Added a list of the possible values for the timelineType path parameter - correct position
---
 components/camel-twitter/src/main/docs/twitter-timeline-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc b/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc
index eb0703d..b7e1b7e 100644
--- a/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc
+++ b/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc
@@ -108,6 +108,9 @@ with the following path and query parameters:
 | *consumerSecret* (security) | The consumer secret. Can also be configured on the TwitterComponent level instead. |  | String
 |===
 // endpoint options: END
+
+The timelineType can be one of: public, home, user, mentions or retweetsofme.
+
 // spring-boot-auto-configure options: START
 == Spring Boot Auto-Configuration