Skip to content

Commit 8c4da75

Browse files
Automated build docs: 2026-01-26 08:46:23
1 parent a21245d commit 8c4da75

3 files changed

Lines changed: 71 additions & 29 deletions

File tree

defs/asana_oas.yaml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,9 +4587,14 @@ components:
45874587
created_by:
45884588
$ref: '#/components/schemas/UserCompact'
45894589
custom_field_settings:
4590-
description: "<p><strong style={{ color: \"#4573D2\" }}>Full object
4591-
requires scope: </strong><code>custom_fields:read</code></p>\n\nArray
4592-
of custom field settings applied to the portfolio."
4590+
description: >-
4591+
<p><strong style={{ color: "#4573D2" }}>Full object requires scope:
4592+
</strong><code>custom_fields:read</code></p>
4593+
4594+
4595+
Array of custom field definitions that are enabled for the portfolio.
4596+
These represent which custom fields are available to be used on items
4597+
within the portfolio, but do not include any values.
45934598
type: array
45944599
items:
45954600
$ref: '#/components/schemas/CustomFieldSettingResponse'
@@ -4599,7 +4604,10 @@ components:
45994604
- description: The latest `status_update` posted to this portfolio.
46004605
nullable: true
46014606
custom_fields:
4602-
description: Array of Custom Fields.
4607+
description: >-
4608+
Array of custom field values applied directly to the portfolio itself.
4609+
These represent the values set on the portfolio,
4610+
not the fields available for items in the portfolio.
46034611
type: array
46044612
items:
46054613
$ref: '#/components/schemas/CustomFieldCompact'
@@ -4787,9 +4795,14 @@ components:
47874795
nullable: true
47884796
description: The latest `status_update` posted to this project.
47894797
custom_field_settings:
4790-
description: "<p><strong style={{ color: \"#4573D2\" }}>Full object
4791-
requires scope: </strong><code>custom_fields:read</code></p>\n\nArray
4792-
of Custom Field Settings (in compact form)."
4798+
description: >-
4799+
<p><strong style={{ color: "#4573D2" }}>Full object requires scope:
4800+
</strong><code>custom_fields:read</code></p>
4801+
4802+
4803+
Array of custom field definitions that are enabled for the project.
4804+
These represent which custom fields are available to be used on tasks
4805+
within the project, but do not include any values.
47934806
readOnly: true
47944807
type: array
47954808
items:
@@ -5315,7 +5328,10 @@ components:
53155328
- type: object
53165329
properties:
53175330
custom_fields:
5318-
description: Array of Custom Fields.
5331+
description: >-
5332+
Array of custom field values applied directly to the project itself.
5333+
These represent the values set on the project,
5334+
not the fields available for tasks in the project.
53195335
readOnly: true
53205336
type: array
53215337
items:

0 commit comments

Comments
 (0)