File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/connections/sources/catalog/cloud-apps/zendesk Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
102
102
<table >
103
103
<tr >
104
104
<td>id</td>
105
- <td> utomatically assigned when the user is created. </td>
105
+ <td> Automatically assigned when the user is created. </td>
106
106
</tr >
107
107
<tr >
108
108
<td>url</td>
@@ -152,6 +152,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
152
152
<td>alias</td>
153
153
<td> An alias displayed to end users.</td>
154
154
</tr >
155
+ <tr >
155
156
<td>active</td>
156
157
<td> false if the user has been deleted.</td>
157
158
</tr >
@@ -175,6 +176,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
175
176
<td>signature</td>
176
177
<td> The user's signature. Only agents and admins can have signatures.</td>
177
178
</tr >
179
+ <tr >
178
180
<td>details</td>
179
181
<td> Any details you want to store about the user, such as an address.</td>
180
182
</tr >
@@ -198,7 +200,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
198
200
<td>only_private_comments</td>
199
201
<td> true if the user can only create private comments.</td>
200
202
</tr >
201
- </ tr >
203
+ <tr >
202
204
<td>restricted_agent</td>
203
205
<td> If the agent has any restrictions; false for admins and unrestricted agents, true for other agents.</td>
204
206
</tr >
You can’t perform that action at this time.
0 commit comments