@@ -4133,7 +4133,7 @@ components:
41334133 created_by:
41344134 $ref: '#/components/schemas/UserCompact'
41354135 custom_field_settings:
4136- description: "<p><strong style=\" color: #4573D2\">Full object requires
4136+ description: "<p><strong style={ color: \" #4573D2\" } >Full object requires
41374137 scope: </strong><code>custom_fields:read</code></p>\n\nArray of custom
41384138 field settings applied to the portfolio."
41394139 type: array
@@ -4322,7 +4322,7 @@ components:
43224322 nullable: true
43234323 description: The latest `status_update` posted to this project.
43244324 custom_field_settings:
4325- description: "<p><strong style=\" color: #4573D2\">Full object requires
4325+ description: "<p><strong style={ color: \" #4573D2\" } >Full object requires
43264326 scope: </strong><code>custom_fields:read</code></p>\n\nArray of Custom
43274327 Field Settings (in compact form)."
43284328 readOnly: true
@@ -6153,7 +6153,8 @@ components:
61536153 readOnly: true
61546154 previews:
61556155 description: >-
6156- <p><strong style="color: #4573D2">Full object requires scope: </strong><code>attachments:read</code></p>
6156+ <p><strong style={ color: "#4573D2" }>Full object requires scope:
6157+ </strong><code>attachments:read</code></p>
61576158
61586159
61596160 *Conditional*. A collection of previews to be displayed in the story.
@@ -6509,7 +6510,7 @@ components:
65096510 readOnly: true
65106511 example: '2012-02-22T02:06:58.147Z'
65116512 followers:
6512- description: "<p><strong style=\" color: #4573D2\">Full object requires
6513+ description: "<p><strong style={ color: \" #4573D2\" } >Full object requires
65136514 scope: </strong><code>users:read</code></p>\n\nArray of users following
65146515 this tag."
65156516 type: array
@@ -6732,7 +6733,10 @@ components:
67326733 [sections](/reference/sections) without being true
67336734 `section` objects. If a `task` object is rendered this way in any
67346735 context it will have the property `is_rendered_as_separator` set
6735- to `true`.
6736+ to `true`. This parameter only applies to regular tasks with
6737+ `resource_subtype` of `default_task`. Tasks with `resource_subtype`
6738+ of `milestone`, `approval`, or custom task types will not
6739+ have this property and cannot be rendered as separators.
67366740 type: boolean
67376741 example: false
67386742 readOnly: true
@@ -6749,8 +6753,8 @@ components:
67496753 readOnly: true
67506754 memberships:
67516755 description: >-
6752- <p><strong style=" color: #4573D2">Full object requires scope: </strong><code>projects:read</code>,
6753- <code>project_sections:read</code></p>
6756+ <p><strong style={ color: " #4573D2" } >Full object requires scope:
6757+ </strong><code>projects:read</code>, < code>project_sections:read</code></p>
67546758
67556759
67566760 *Create-only*. Array of projects this task is associated with and
@@ -6857,7 +6861,8 @@ components:
68576861 example: '2019-09-14'
68586862 actual_time_minutes:
68596863 description: >-
6860- <p><strong style="color: #4573D2">Full object requires scope: </strong><code>time_tracking_entries:read</code></p>
6864+ <p><strong style={ color: "#4573D2" }>Full object requires scope:
6865+ </strong><code>time_tracking_entries:read</code></p>
68616866
68626867
68636868 This value represents the sum of all the Time Tracking entries in
@@ -7445,7 +7450,7 @@ components:
74457450 TeamBase:
74467451 $ref: '#/components/schemas/TeamCompact'
74477452 TeamCompact:
7448- description: "<p><strong style=\" color: #4573D2\">Full object requires scope:
7453+ description: "<p><strong style={ color: \" #4573D2\" } >Full object requires scope:
74497454 </strong><code>teams:read</code></p>\n\nA *team* is used to group related
74507455 projects and people together within an organization. Each project in an organization
74517456 is associated with a team."
@@ -7738,7 +7743,7 @@ components:
77387743 - $ref: '#/components/schemas/TimePeriodCompact'
77397744 - nullable: true
77407745 TimePeriodCompact:
7741- description: "<p><strong style=\" color: #4573D2\">Full object requires scope:
7746+ description: "<p><strong style={ color: \" #4573D2\" } >Full object requires scope:
77427747 </strong><code>time_periods:read</code></p>\n\nA generic Asana Resource, containing
77437748 a globally unique identifier."
77447749 type: object
@@ -7881,6 +7886,11 @@ components:
78817886 type: array
78827887 items:
78837888 $ref: '#/components/schemas/WorkspaceCompact'
7889+ custom_fields:
7890+ description: Array of Custom Fields.
7891+ type: array
7892+ items:
7893+ $ref: '#/components/schemas/CustomFieldCompact'
78847894 UserTaskListBase:
78857895 $ref: '#/components/schemas/UserTaskListCompact'
78867896 UserTaskListCompact:
@@ -52330,6 +52340,31 @@ paths:
5233052340 to a comma-separated list of the properties you wish to include.
5233152341 required: false
5233252342 example:
52343+ - custom_fields
52344+ - custom_fields.date_value
52345+ - custom_fields.date_value.date
52346+ - custom_fields.date_value.date_time
52347+ - custom_fields.display_value
52348+ - custom_fields.enabled
52349+ - custom_fields.enum_options
52350+ - custom_fields.enum_options.color
52351+ - custom_fields.enum_options.enabled
52352+ - custom_fields.enum_options.name
52353+ - custom_fields.enum_value
52354+ - custom_fields.enum_value.color
52355+ - custom_fields.enum_value.enabled
52356+ - custom_fields.enum_value.name
52357+ - custom_fields.id_prefix
52358+ - custom_fields.is_formula_field
52359+ - custom_fields.multi_enum_values
52360+ - custom_fields.multi_enum_values.color
52361+ - custom_fields.multi_enum_values.enabled
52362+ - custom_fields.multi_enum_values.name
52363+ - custom_fields.name
52364+ - custom_fields.number_value
52365+ - custom_fields.representation_type
52366+ - custom_fields.text_value
52367+ - custom_fields.type
5233352368 - email
5233452369 - name
5233552370 - offset
@@ -52349,6 +52384,31 @@ paths:
5234952384 items:
5235052385 type: string
5235152386 enum:
52387+ - custom_fields
52388+ - custom_fields.date_value
52389+ - custom_fields.date_value.date
52390+ - custom_fields.date_value.date_time
52391+ - custom_fields.display_value
52392+ - custom_fields.enabled
52393+ - custom_fields.enum_options
52394+ - custom_fields.enum_options.color
52395+ - custom_fields.enum_options.enabled
52396+ - custom_fields.enum_options.name
52397+ - custom_fields.enum_value
52398+ - custom_fields.enum_value.color
52399+ - custom_fields.enum_value.enabled
52400+ - custom_fields.enum_value.name
52401+ - custom_fields.id_prefix
52402+ - custom_fields.is_formula_field
52403+ - custom_fields.multi_enum_values
52404+ - custom_fields.multi_enum_values.color
52405+ - custom_fields.multi_enum_values.enabled
52406+ - custom_fields.multi_enum_values.name
52407+ - custom_fields.name
52408+ - custom_fields.number_value
52409+ - custom_fields.representation_type
52410+ - custom_fields.text_value
52411+ - custom_fields.type
5235252412 - email
5235352413 - name
5235452414 - offset
@@ -52533,6 +52593,31 @@ paths:
5253352593 to a comma-separated list of the properties you wish to include.
5253452594 required: false
5253552595 example:
52596+ - custom_fields
52597+ - custom_fields.date_value
52598+ - custom_fields.date_value.date
52599+ - custom_fields.date_value.date_time
52600+ - custom_fields.display_value
52601+ - custom_fields.enabled
52602+ - custom_fields.enum_options
52603+ - custom_fields.enum_options.color
52604+ - custom_fields.enum_options.enabled
52605+ - custom_fields.enum_options.name
52606+ - custom_fields.enum_value
52607+ - custom_fields.enum_value.color
52608+ - custom_fields.enum_value.enabled
52609+ - custom_fields.enum_value.name
52610+ - custom_fields.id_prefix
52611+ - custom_fields.is_formula_field
52612+ - custom_fields.multi_enum_values
52613+ - custom_fields.multi_enum_values.color
52614+ - custom_fields.multi_enum_values.enabled
52615+ - custom_fields.multi_enum_values.name
52616+ - custom_fields.name
52617+ - custom_fields.number_value
52618+ - custom_fields.representation_type
52619+ - custom_fields.text_value
52620+ - custom_fields.type
5253652621 - email
5253752622 - name
5253852623 - photo
@@ -52549,6 +52634,31 @@ paths:
5254952634 items:
5255052635 type: string
5255152636 enum:
52637+ - custom_fields
52638+ - custom_fields.date_value
52639+ - custom_fields.date_value.date
52640+ - custom_fields.date_value.date_time
52641+ - custom_fields.display_value
52642+ - custom_fields.enabled
52643+ - custom_fields.enum_options
52644+ - custom_fields.enum_options.color
52645+ - custom_fields.enum_options.enabled
52646+ - custom_fields.enum_options.name
52647+ - custom_fields.enum_value
52648+ - custom_fields.enum_value.color
52649+ - custom_fields.enum_value.enabled
52650+ - custom_fields.enum_value.name
52651+ - custom_fields.id_prefix
52652+ - custom_fields.is_formula_field
52653+ - custom_fields.multi_enum_values
52654+ - custom_fields.multi_enum_values.color
52655+ - custom_fields.multi_enum_values.enabled
52656+ - custom_fields.multi_enum_values.name
52657+ - custom_fields.name
52658+ - custom_fields.number_value
52659+ - custom_fields.representation_type
52660+ - custom_fields.text_value
52661+ - custom_fields.type
5255252662 - email
5255352663 - name
5255452664 - photo
@@ -52933,6 +53043,31 @@ paths:
5293353043 to a comma-separated list of the properties you wish to include.
5293453044 required: false
5293553045 example:
53046+ - custom_fields
53047+ - custom_fields.date_value
53048+ - custom_fields.date_value.date
53049+ - custom_fields.date_value.date_time
53050+ - custom_fields.display_value
53051+ - custom_fields.enabled
53052+ - custom_fields.enum_options
53053+ - custom_fields.enum_options.color
53054+ - custom_fields.enum_options.enabled
53055+ - custom_fields.enum_options.name
53056+ - custom_fields.enum_value
53057+ - custom_fields.enum_value.color
53058+ - custom_fields.enum_value.enabled
53059+ - custom_fields.enum_value.name
53060+ - custom_fields.id_prefix
53061+ - custom_fields.is_formula_field
53062+ - custom_fields.multi_enum_values
53063+ - custom_fields.multi_enum_values.color
53064+ - custom_fields.multi_enum_values.enabled
53065+ - custom_fields.multi_enum_values.name
53066+ - custom_fields.name
53067+ - custom_fields.number_value
53068+ - custom_fields.representation_type
53069+ - custom_fields.text_value
53070+ - custom_fields.type
5293653071 - email
5293753072 - name
5293853073 - photo
@@ -52949,6 +53084,31 @@ paths:
5294953084 items:
5295053085 type: string
5295153086 enum:
53087+ - custom_fields
53088+ - custom_fields.date_value
53089+ - custom_fields.date_value.date
53090+ - custom_fields.date_value.date_time
53091+ - custom_fields.display_value
53092+ - custom_fields.enabled
53093+ - custom_fields.enum_options
53094+ - custom_fields.enum_options.color
53095+ - custom_fields.enum_options.enabled
53096+ - custom_fields.enum_options.name
53097+ - custom_fields.enum_value
53098+ - custom_fields.enum_value.color
53099+ - custom_fields.enum_value.enabled
53100+ - custom_fields.enum_value.name
53101+ - custom_fields.id_prefix
53102+ - custom_fields.is_formula_field
53103+ - custom_fields.multi_enum_values
53104+ - custom_fields.multi_enum_values.color
53105+ - custom_fields.multi_enum_values.enabled
53106+ - custom_fields.multi_enum_values.name
53107+ - custom_fields.name
53108+ - custom_fields.number_value
53109+ - custom_fields.representation_type
53110+ - custom_fields.text_value
53111+ - custom_fields.type
5295253112 - email
5295353113 - name
5295453114 - photo
@@ -53129,6 +53289,31 @@ paths:
5312953289 to a comma-separated list of the properties you wish to include.
5313053290 required: false
5313153291 example:
53292+ - custom_fields
53293+ - custom_fields.date_value
53294+ - custom_fields.date_value.date
53295+ - custom_fields.date_value.date_time
53296+ - custom_fields.display_value
53297+ - custom_fields.enabled
53298+ - custom_fields.enum_options
53299+ - custom_fields.enum_options.color
53300+ - custom_fields.enum_options.enabled
53301+ - custom_fields.enum_options.name
53302+ - custom_fields.enum_value
53303+ - custom_fields.enum_value.color
53304+ - custom_fields.enum_value.enabled
53305+ - custom_fields.enum_value.name
53306+ - custom_fields.id_prefix
53307+ - custom_fields.is_formula_field
53308+ - custom_fields.multi_enum_values
53309+ - custom_fields.multi_enum_values.color
53310+ - custom_fields.multi_enum_values.enabled
53311+ - custom_fields.multi_enum_values.name
53312+ - custom_fields.name
53313+ - custom_fields.number_value
53314+ - custom_fields.representation_type
53315+ - custom_fields.text_value
53316+ - custom_fields.type
5313253317 - email
5313353318 - name
5313453319 - photo
@@ -53145,6 +53330,31 @@ paths:
5314553330 items:
5314653331 type: string
5314753332 enum:
53333+ - custom_fields
53334+ - custom_fields.date_value
53335+ - custom_fields.date_value.date
53336+ - custom_fields.date_value.date_time
53337+ - custom_fields.display_value
53338+ - custom_fields.enabled
53339+ - custom_fields.enum_options
53340+ - custom_fields.enum_options.color
53341+ - custom_fields.enum_options.enabled
53342+ - custom_fields.enum_options.name
53343+ - custom_fields.enum_value
53344+ - custom_fields.enum_value.color
53345+ - custom_fields.enum_value.enabled
53346+ - custom_fields.enum_value.name
53347+ - custom_fields.id_prefix
53348+ - custom_fields.is_formula_field
53349+ - custom_fields.multi_enum_values
53350+ - custom_fields.multi_enum_values.color
53351+ - custom_fields.multi_enum_values.enabled
53352+ - custom_fields.multi_enum_values.name
53353+ - custom_fields.name
53354+ - custom_fields.number_value
53355+ - custom_fields.representation_type
53356+ - custom_fields.text_value
53357+ - custom_fields.type
5314853358 - email
5314953359 - name
5315053360 - photo
0 commit comments