Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/taps/schemas/zendesk/v1/zendesk-v1-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions _data/taps/schemas/zendesk/v2/zendesk-v2-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archive/_integration-schemas/zendesk/v1/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion archive/_integration-schemas/zendesk/v2/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading