Skip to content

Commit b0c02e2

Browse files
committed
[DOC-452] Addressing comments left in code review [netlify-build]
1 parent 590acf5 commit b0c02e2

File tree

1 file changed

+12
-12
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+12
-12
lines changed

src/connections/sources/catalog/cloud-apps/zendesk/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
7777

7878
| Property | Description |
7979
| ----------- | -------------------------------------------- |
80-
| id | Automatically assigned when creating groups. |
80+
| id | This is automatically assigned when creating groups. |
8181
| url | The API URL of this group. |
8282
| deleted | Deleted groups get marked as such. |
8383
| name | The name of the group. |
@@ -89,7 +89,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
8989

9090
| Property | Description |
9191
| --------------- | ----------------------------------------------------------------- |
92-
| id | Automatically assigned when the user is created. |
92+
| id | This is automatically assigned when the user is created. |
9393
| url | Segment sets the “url” field users see in their Warehouse to equal the “id” from Zendesk, rather than the “url” field. |
9494
| name | The name of the user. |
9595
| email | The primary email address of the user. |
@@ -123,7 +123,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
123123

124124
| Property | Description |
125125
| --------------- | ----------------------------------------------------------------- |
126-
| id | Automatically assigned when the ticket is created. |
126+
| id | This is automatically assigned when the ticket is created. |
127127
| url | The API URL of this ticket. |
128128
| external_id | An ID you can use to link Zendesk Support tickets to local records. |
129129
| type | The type of this ticket. Possible values: “problem”, “incident”, “question” or “task”. |
@@ -154,7 +154,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
154154

155155
| Property | Description |
156156
| --------------- | ----------------------------------------------------------------- |
157-
| id | Automatically assigned upon creation. |
157+
| id | This is automatically assigned upon creation. |
158158
| url | The URL for this resource. |
159159
| type | The type of the ticket field: “checkbox”, “date”, “decimal”, “integer”, “regexp”, “tagger”, “text”, or “textarea”. _*Type is not editable once created._ |
160160
| slug | The title of the ticket field separated by _. |
@@ -182,7 +182,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
182182

183183
| Property | Description |
184184
| --------------- | ----------------------------------------------------------------- |
185-
| id | Automatically assigned. |
185+
| id | This is automatically assigned. |
186186
| ticket_id | ID of the associated ticket. |
187187
| group_stations | Number of groups this ticket passed through. |
188188
| assignee_stations | Number of assignees this ticket had. |
@@ -214,8 +214,8 @@ In your warehouse, each collection gets its own table. Find below a list of the
214214

215215
| Property | Description |
216216
| --------------- | ----------------------------------------------------------------- |
217-
| id | Automatically assigned. |
218-
| ticket_event_id | Automatically assigned when the ticket is updated. |
217+
| id | This is automatically assigned. |
218+
| ticket_event_id | This is automatically assigned when the ticket is updated. |
219219
| ticket_id | The ID of the associated ticket. |
220220
| timestamp | The time when the ticket was updated. |
221221
| updater_id | The ID of the user who updated the ticket. |
@@ -231,7 +231,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
231231

232232
| Property | Description |
233233
| --------------- | ----------------------------------------------------------------- |
234-
| id | Automatically assigned upon creation. |
234+
| id | This is automatically assigned upon creation. |
235235
| url | The API URL of this activity. |
236236
| verb | The type of activity. Can be "tickets.assignment," "tickets.comment," or "tickets.priority_increase." |
237237
| title | Description of this activity. |
@@ -242,7 +242,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
242242

243243
| Property | Description |
244244
| --------------- | ----------------------------------------------------------------- |
245-
| id | Automatically assigned upon creation. |
245+
| id | This is automatically assigned upon creation. |
246246
| file_name | The name of the image file. |
247247
| content_url | A full URL where the attachment image file can be downloaded. |
248248
| content_type | The content type of the image. Example value: image/png. |
@@ -254,7 +254,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
254254

255255
| Property | Description |
256256
| --------------- | ----------------------------------------------------------------- |
257-
| id | Automatically assigned when the organization is created. |
257+
| id | This is automatically assigned when the organization is created. |
258258
| external_id | A unique external ID to associate organizations to an external record. |
259259
| url | The API URL of this organization. |
260260
| name | A unique name for the organization. |
@@ -271,8 +271,8 @@ In your warehouse, each collection gets its own table. Find below a list of the
271271

272272
| Property | Description |
273273
| --------------- | ----------------------------------------------------------------- |
274-
| id | Automatically assigned when the comment is created. |
275-
| ticket_event_id | Automatically assigned when the comment is created. |
274+
| id | This is automatically assigned when the comment is created. |
275+
| ticket_event_id | This is automatically assigned when the comment is created. |
276276
| ticket_id | The ID of the ticket being commented. |
277277
| type | Comment or VoiceComment. The JSON object for voice comments is different. |
278278
| body | The comment string. |

0 commit comments

Comments
 (0)