Skip to content

Commit 7ff05f0

Browse files
authored
Update tap.py (#17)
1 parent 902dca5 commit 7ff05f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tap_freshdesk/tap.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ class Tapfreshdesk(Tap):
3131
),
3232
th.Property(
3333
"start_date",
34+
required=True,
3435
th.DateTimeType,
35-
description="The earliest record date to sync",
36+
description="The earliest record date to sync in ISO 'YYYY-MM-DD' format",
3637
),
3738
th.Property(
3839
"domain",
3940
th.StringType,
40-
description="The url for the API service",
41+
required=True,
42+
description="The url for the API service. If your instance is 'skynet.freshdesk.com' then the domain is 'skynet'",
4143
),
4244
th.Property(
4345
"embeds",

0 commit comments

Comments
 (0)