Skip to content

Commit 740537e

Browse files
Automated build docs: 2026-01-26 09:23:59
1 parent 8c4da75 commit 740537e

3 files changed

Lines changed: 28 additions & 13 deletions

File tree

defs/asana_oas.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,14 +4014,22 @@ components:
40144014
example: green
40154015
nullable: true
40164016
custom_fields:
4017-
description: Array of Custom Fields.
4017+
description: >-
4018+
Array of custom field values applied directly to the goal itself.
4019+
These represent the values set on the goal,
4020+
not the fields available for items in the goal.
40184021
type: array
40194022
items:
40204023
$ref: '#/components/schemas/CustomFieldCompact'
40214024
custom_field_settings:
4022-
description: "<p><strong style={{ color: \"#4573D2\" }}>Full object
4023-
requires scope: </strong><code>custom_fields:read</code></p>\n\nArray
4024-
of Custom Field Settings applied to the goal."
4025+
description: >-
4026+
<p><strong style={{ color: "#4573D2" }}>Full object requires scope:
4027+
</strong><code>custom_fields:read</code></p>
4028+
4029+
4030+
Array of custom field definitions that are enabled for the goal. These
4031+
represent which custom fields are available to be used on items within
4032+
the goal, but do not include any values.
40254033
type: array
40264034
items:
40274035
$ref: '#/components/schemas/CustomFieldSettingResponse'

0 commit comments

Comments
 (0)