diff --git a/_data/taps/schemas/zendesk/v1/zendesk-v1-tables.yml b/_data/taps/schemas/zendesk/v1/zendesk-v1-tables.yml index ec2b342cc..499ae39f9 100644 --- a/_data/taps/schemas/zendesk/v1/zendesk-v1-tables.yml +++ b/_data/taps/schemas/zendesk/v1/zendesk-v1-tables.yml @@ -109,8 +109,8 @@ tables: replication-method: Full Table primary-key: id - name: tags - description: 'The `{{ table.name }}` table the names and total number of applications - of the tags in your {{ integration.display_name }} account. + description: 'The `{{ table.name }}` table contains the names and total number of applications + of tags in your {{ integration.display_name }} account. Only the 20,000 most popular tags used in the last 60 days are extracted. **Note**: Retrieving tag data requires {{ integration.display_name }} Admin permissions. diff --git a/_data/taps/schemas/zendesk/v2/zendesk-v2-tables.yml b/_data/taps/schemas/zendesk/v2/zendesk-v2-tables.yml index b0c3a79f7..cb9282dac 100644 --- a/_data/taps/schemas/zendesk/v2/zendesk-v2-tables.yml +++ b/_data/taps/schemas/zendesk/v2/zendesk-v2-tables.yml @@ -109,8 +109,8 @@ tables: replication-method: Full Table primary-key: id - name: tags - description: 'The `{{ table.name }}` table the names and total number of applications - of the tags in your {{ integration.display_name }} account. + description: 'The `{{ table.name }}` table contains the names and total number of applications + of tags in your {{ integration.display_name }} account. Only the 20,000 most popular tags used in the last 60 days are extracted. **Note**: Retrieving tag data requires {{ integration.display_name }} Admin permissions. diff --git a/archive/_integration-schemas/zendesk/v1/tags.md b/archive/_integration-schemas/zendesk/v1/tags.md index 8bbd573a7..2e2f53957 100644 --- a/archive/_integration-schemas/zendesk/v1/tags.md +++ b/archive/_integration-schemas/zendesk/v1/tags.md @@ -6,7 +6,7 @@ name: "tags" doc-link: https://developer.zendesk.com/rest_api/docs/support/tags singer-schema: https://github.com/singer-io/tap-zendesk/blob/master/tap_zendesk/schemas/tags.json description: | - The `{{ table.name }}` table the names and total number of applications of the tags in your {{ integration.display_name }} account. + The `{{ table.name }}` table contains the names and total number of applications of tags in your {{ integration.display_name }} account. Only the 20,000 most popular tags used in the last 60 days are extracted. **Note**: Retrieving tag data requires {{ integration.display_name }} Admin permissions. diff --git a/archive/_integration-schemas/zendesk/v2/tags.md b/archive/_integration-schemas/zendesk/v2/tags.md index ad27cef59..89c5ea7b6 100644 --- a/archive/_integration-schemas/zendesk/v2/tags.md +++ b/archive/_integration-schemas/zendesk/v2/tags.md @@ -6,7 +6,7 @@ name: "tags" doc-link: https://developer.zendesk.com/rest_api/docs/support/tags singer-schema: https://github.com/singer-io/tap-zendesk/blob/master/tap_zendesk/schemas/tags.json description: | - The `{{ table.name }}` table the names and total number of applications of the tags in your {{ integration.display_name }} account. + The `{{ table.name }}` table contains the names and total number of applications of tags in your {{ integration.display_name }} account. Only the 20,000 most popular tags used in the last 60 days are extracted. **Note**: Retrieving tag data requires {{ integration.display_name }} Admin permissions.