Skip to content

Commit 07a4a3a

Browse files
author
Oleksandr Bazarnov
committed
new spec
1 parent 9ebea7b commit 07a4a3a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9001,7 +9001,7 @@
90019001
path_in_connector_config:
90029002
- "credentials"
90039003
- "client_secret"
9004-
- dockerImage: "airbyte/source-zendesk-support:0.2.3"
9004+
- dockerImage: "airbyte/source-zendesk-support:0.2.4"
90059005
spec:
90069006
documentationUrl: "https://docs.airbyte.io/integrations/sources/zendesk-support"
90079007
connectionSpecification:
@@ -9025,10 +9025,11 @@
90259025
subdomain:
90269026
type: "string"
90279027
title: "Subdomain"
9028-
description: "Identifier of your Zendesk Subdomain, like: https://{MY_SUBDOMAIN}.zendesk.com/,\
9029-
\ where MY_SUBDOMAIN is the value of your subdomain"
9028+
description: "This is your Zendesk subdomain that can be found in your account\
9029+
\ URL. For example, in https://{MY_SUBDOMAIN}.zendesk.com/, where MY_SUBDOMAIN\
9030+
\ is the value of your subdomain."
90309031
credentials:
9031-
title: "Authorization Method"
9032+
title: "Authentication *"
90329033
type: "object"
90339034
description: "Zendesk service provides two authentication methods. Choose\
90349035
\ between: `OAuth2.0` or `API token`."
@@ -9075,8 +9076,8 @@
90759076
title: "API Token"
90769077
type: "string"
90779078
description: "The value of the API token generated. See the <a href=\"\
9078-
https://docs.airbyte.io/integrations/sources/zendesk-support\">docs</a>\
9079-
\ for more information."
9079+
https://docs.airbyte.com/integrations/sources/zendesk-support#setup-guide\"\
9080+
>docs</a> for more information."
90809081
airbyte_secret: true
90819082
supportsNormalization: false
90829083
supportsDBT: false

0 commit comments

Comments
 (0)