Skip to content

Commit cc0fa70

Browse files
Automated build docs: 2026-02-02 17:24:20
1 parent 88e7292 commit cc0fa70

3 files changed

Lines changed: 86 additions & 124 deletions

File tree

defs/asana_oas.yaml

Lines changed: 32 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4023,13 +4023,10 @@ components:
40234023
$ref: '#/components/schemas/CustomFieldCompact'
40244024
custom_field_settings:
40254025
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.
4026+
Array of custom field definitions that are enabled for the goal.
4027+
These represent which custom fields are available to be used on items
4028+
within the goal,
4029+
but do not include any values.
40334030
type: array
40344031
items:
40354032
$ref: '#/components/schemas/CustomFieldSettingResponse'
@@ -4596,13 +4593,10 @@ components:
45964593
$ref: '#/components/schemas/UserCompact'
45974594
custom_field_settings:
45984595
description: >-
4599-
<p><strong style={{ color: "#4573D2" }}>Full object requires scope:
4600-
</strong><code>custom_fields:read</code></p>
4601-
4602-
46034596
Array of custom field definitions that are enabled for the portfolio.
46044597
These represent which custom fields are available to be used on items
4605-
within the portfolio, but do not include any values.
4598+
within the portfolio,
4599+
but do not include any values.
46064600
type: array
46074601
items:
46084602
$ref: '#/components/schemas/CustomFieldSettingResponse'
@@ -4804,13 +4798,10 @@ components:
48044798
description: The latest `status_update` posted to this project.
48054799
custom_field_settings:
48064800
description: >-
4807-
<p><strong style={{ color: "#4573D2" }}>Full object requires scope:
4808-
</strong><code>custom_fields:read</code></p>
4809-
4810-
48114801
Array of custom field definitions that are enabled for the project.
48124802
These represent which custom fields are available to be used on tasks
4813-
within the project, but do not include any values.
4803+
within the project,
4804+
but do not include any values.
48144805
readOnly: true
48154806
type: array
48164807
items:
@@ -12156,14 +12147,10 @@ paths:
1215612147
- $ref: '#/components/parameters/offset'
1215712148
get:
1215812149
summary: Get a project's custom fields
12159-
description: >-
12160-
Returns a list of all of the custom fields settings on a project, in
12161-
compact form. Note that, as in all queries to collections which return
12162-
compact representation, `opt_fields` can be used to
12163-
include more data than is returned in the compact representation. See the
12164-
[documentation for input/output
12165-
options](https://developers.asana.com/docs/inputoutput-options)
12166-
for more information.
12150+
description: |-
12151+
<b>Required scope: </b><code>projects:read</code>
12152+
12153+
Returns a list of all of the custom fields settings on a project, in compact form. Note that, as in all queries to collections which return compact representation, `opt_fields` can be used to include more data than is returned in the compact representation. See the [documentation for input/output options](https://developers.asana.com/docs/inputoutput-options) for more information.
1216712154
tags:
1216812155
- Custom field settings
1216912156
operationId: getCustomFieldSettingsForProject
@@ -12315,7 +12302,8 @@ paths:
1231512302
$ref: '#/components/responses/InternalServerError'
1231612303
security:
1231712304
- personalAccessToken: []
12318-
- oauth2: []
12305+
- oauth2:
12306+
- projects:read
1231912307
x-readme:
1232012308
code-samples:
1232112309
- language: java
@@ -12442,9 +12430,10 @@ paths:
1244212430
- $ref: '#/components/parameters/offset'
1244312431
get:
1244412432
summary: Get a portfolio's custom fields
12445-
description: >-
12446-
Returns a list of all of the custom fields settings on a portfolio, in
12447-
compact form.
12433+
description: |-
12434+
<b>Required scope: </b><code>portfolios:read</code>
12435+
12436+
Returns a list of all of the custom fields settings on a portfolio, in compact form.
1244812437
tags:
1244912438
- Custom field settings
1245012439
operationId: getCustomFieldSettingsForPortfolio
@@ -12596,7 +12585,8 @@ paths:
1259612585
$ref: '#/components/responses/InternalServerError'
1259712586
security:
1259812587
- personalAccessToken: []
12599-
- oauth2: []
12588+
- oauth2:
12589+
- portfolios:read
1260012590
x-readme:
1260112591
code-samples:
1260212592
- language: java
@@ -12723,14 +12713,10 @@ paths:
1272312713
- $ref: '#/components/parameters/offset'
1272412714
get:
1272512715
summary: Get a goal's custom fields
12726-
description: >-
12727-
Returns a list of all of the custom fields settings on a goal, in
12728-
compact form. Note that, as in all queries to collections which return
12729-
compact representation, `opt_fields` can be used to
12730-
include more data than is returned in the compact representation. See the
12731-
[documentation for input/output
12732-
options](https://developers.asana.com/docs/inputoutput-options)
12733-
for more information.
12716+
description: |-
12717+
<b>Required scope: </b><code>goals:read</code>
12718+
12719+
Returns a list of all of the custom fields settings on a goal, in compact form. Note that, as in all queries to collections which return compact representation, `opt_fields` can be used to include more data than is returned in the compact representation. See the [documentation for input/output options](https://developers.asana.com/docs/inputoutput-options) for more information.
1273412720
tags:
1273512721
- Custom field settings
1273612722
operationId: getCustomFieldSettingsForGoal
@@ -12882,7 +12868,8 @@ paths:
1288212868
$ref: '#/components/responses/InternalServerError'
1288312869
security:
1288412870
- personalAccessToken: []
12885-
- oauth2: []
12871+
- oauth2:
12872+
- goals:read
1288612873
x-readme:
1288712874
code-samples:
1288812875
- language: node
@@ -12912,14 +12899,10 @@ paths:
1291212899
- $ref: '#/components/parameters/pretty'
1291312900
get:
1291412901
summary: Get a team's custom fields
12915-
description: >-
12916-
Returns a list of all of the custom fields settings on a team, in
12917-
compact form. Note that, as in all queries to collections which return
12918-
compact representation, `opt_fields` can be used to
12919-
include more data than is returned in the compact representation. See the
12920-
[documentation for input/output
12921-
options](https://developers.asana.com/docs/inputoutput-options)
12922-
for more information.
12902+
description: |-
12903+
<b>Required scope: </b><code>teams:read</code>
12904+
12905+
Returns a list of all of the custom fields settings on a team, in compact form. Note that, as in all queries to collections which return compact representation, `opt_fields` can be used to include more data than is returned in the compact representation. See the [documentation for input/output options](https://developers.asana.com/docs/inputoutput-options) for more information.
1292312906
tags:
1292412907
- Custom field settings
1292512908
operationId: getCustomFieldSettingsForTeam
@@ -13063,7 +13046,8 @@ paths:
1306313046
$ref: '#/components/responses/InternalServerError'
1306413047
security:
1306513048
- personalAccessToken: []
13066-
- oauth2: []
13049+
- oauth2:
13050+
- teams:read
1306713051
x-readme:
1306813052
code-samples:
1306913053
- language: node
@@ -16562,10 +16546,6 @@ paths:
1656216546
<td><code>time_period</code></td>
1656316547
<td><code>time_periods:read</code></td>
1656416548
</tr>
16565-
<tr>
16566-
<td><code>custom_field_settings</code></td>
16567-
<td><code>custom_fields:read</code></td>
16568-
</tr>
1656916549
</table>
1657016550

1657116551
Returns the complete goal record for a single goal.
@@ -23211,17 +23191,6 @@ paths:
2321123191
description: |-
2321223192
<b>Required scope: </b><code>portfolios:read</code>
2321323193

23214-
<table>
23215-
<tr>
23216-
<th>Field</th>
23217-
<th>Required Scope</th>
23218-
</tr>
23219-
<tr>
23220-
<td><code>custom_field_settings</code></td>
23221-
<td><code>custom_fields:read</code></td>
23222-
</tr>
23223-
</table>
23224-
2322523194
Returns the complete portfolio record for a single portfolio.
2322623195
tags:
2322723196
- Portfolios
@@ -29572,10 +29541,6 @@ paths:
2957229541
<th>Field</th>
2957329542
<th>Required Scope</th>
2957429543
</tr>
29575-
<tr>
29576-
<td><code>custom_field_settings</code></td>
29577-
<td><code>custom_fields:read</code></td>
29578-
</tr>
2957929544
<tr>
2958029545
<td><code>team</code></td>
2958129546
<td><code>teams:read</code></td>
@@ -33396,10 +33361,6 @@ paths:
3339633361
<th>Field</th>
3339733362
<th>Required Scope</th>
3339833363
</tr>
33399-
<tr>
33400-
<td><code>custom_field_settings</code></td>
33401-
<td><code>custom_fields:read</code></td>
33402-
</tr>
3340333364
<tr>
3340433365
<td><code>team</code></td>
3340533366
<td><code>teams:read</code></td>

0 commit comments

Comments
 (0)