We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902dca5 commit 7ff05f0Copy full SHA for 7ff05f0
tap_freshdesk/tap.py
@@ -31,13 +31,15 @@ class Tapfreshdesk(Tap):
31
),
32
th.Property(
33
"start_date",
34
+ required=True,
35
th.DateTimeType,
- description="The earliest record date to sync",
36
+ description="The earliest record date to sync in ISO 'YYYY-MM-DD' format",
37
38
39
"domain",
40
th.StringType,
- description="The url for the API service",
41
42
+ description="The url for the API service. If your instance is 'skynet.freshdesk.com' then the domain is 'skynet'",
43
44
45
"embeds",
0 commit comments