File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments