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:
1114111141 items:
1114211142 type: integer
1114311143 avatar:
11144- type: string
11145- format: uri
11144+ type: object
1114611145 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
1114911155 team_priority_level:
1115011156 "$ref": "#/components/schemas/team_priority_level"
1115111157 admin_list:
@@ -12668,7 +12674,6 @@ components:
1266812674 - workspace_id
1266912675 - external_id
1267012676 - role
12671- - email
1267212677 - phone
1267312678 - name
1267412679 - avatar
@@ -15259,7 +15264,6 @@ components:
1525915264 - first
1526015265 - last
1526115266 - count
15262- - description
1526315267 data_export:
1526415268 title: Data Export
1526515269 type: object
You can’t perform that action at this time.
0 commit comments