File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11141,11 +11141,17 @@ components:
11141
11141
items:
11142
11142
type: integer
11143
11143
avatar:
11144
- type: string
11145
- format: uri
11144
+ type: object
11146
11145
nullable: true
11147
- description: Image for the associated team or teammate
11148
- example: https://picsum.photos/200/300
11146
+ description: The avatar object associated with the admin
11147
+ properties:
11148
+ image_url:
11149
+ type: string
11150
+ format: uri
11151
+ description: URL of the admin's avatar image
11152
+ example: https://example.org/128Wash.jpg
11153
+ required:
11154
+ - image_url
11149
11155
team_priority_level:
11150
11156
"$ref": "#/components/schemas/team_priority_level"
11151
11157
admin_list:
@@ -12668,7 +12674,6 @@ components:
12668
12674
- workspace_id
12669
12675
- external_id
12670
12676
- role
12671
- - email
12672
12677
- phone
12673
12678
- name
12674
12679
- avatar
@@ -15259,7 +15264,6 @@ components:
15259
15264
- first
15260
15265
- last
15261
15266
- count
15262
- - description
15263
15267
data_export:
15264
15268
title: Data Export
15265
15269
type: object
You can’t perform that action at this time.
0 commit comments