Skip to content

Commit 6029dfb

Browse files
Automated build docs: 2026-04-22 10:43:21
1 parent 3a8aa69 commit 6029dfb

3 files changed

Lines changed: 1338 additions & 100 deletions

File tree

defs/asana_oas.yaml

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7591,8 +7591,8 @@ components:
75917591
external:
75927592
description: >-
75937593
*OAuth Required*. *Conditional*. This field is returned only
7594-
if external values are set or included by using [Opt In]
7595-
(/docs/inputoutput-options).
7594+
if external values are set or included by using
7595+
[Opt In](/docs/inputoutput-options).
75967596

75977597
The external field allows you to store app-specific metadata on
75987598
tasks, including a gid that can be used to retrieve tasks and a
@@ -8107,7 +8107,7 @@ components:
81078107
task template will be used.
81088108
type: string
81098109
example: New Task
8110-
TaskRequest:
8110+
TaskRequestBase:
81118111
allOf:
81128112
- $ref: '#/components/schemas/TaskBase'
81138113
- type: object
@@ -8156,6 +8156,19 @@ components:
81568156
example:
81578157
'5678904321': On Hold
81588158
'4578152156': Not Started
8159+
parent:
8160+
type: string
8161+
readOnly: false
8162+
x-env-variable: true
8163+
description: >-
8164+
Gid of a task.
8165+
example: '12345'
8166+
nullable: true
8167+
TaskCreateRequest:
8168+
allOf:
8169+
- $ref: '#/components/schemas/TaskRequestBase'
8170+
- type: object
8171+
properties:
81598172
followers:
81608173
type: array
81618174
description: >-
@@ -8170,14 +8183,6 @@ components:
81708183
an email, or the gid of a user.
81718184
example:
81728185
- '12345'
8173-
parent:
8174-
type: string
8175-
readOnly: false
8176-
x-env-variable: true
8177-
description: >-
8178-
Gid of a task.
8179-
example: '12345'
8180-
nullable: true
81818186
projects:
81828187
type: array
81838188
description: >-
@@ -8208,6 +8213,11 @@ components:
82088213
description: >-
82098214
Gid of a workspace.
82108215
example: '12345'
8216+
TaskUpdateRequest:
8217+
allOf:
8218+
- $ref: '#/components/schemas/TaskRequestBase'
8219+
- type: object
8220+
properties:
82118221
custom_type:
82128222
type: string
82138223
readOnly: false
@@ -35232,7 +35242,8 @@ paths:
3523235242
#### Premium access
3523335243
Like the Asana web product's advance search feature, this search endpoint will only be available to premium Asana users. A user is premium if any of the following is true:
3523435244

35235-
- The workspace in which the search is being performed is a premium workspace - The user is a member of a premium team inside the workspace
35245+
- The workspace in which the search is being performed is a premium workspace
35246+
- The user is a member of a premium team inside the workspace
3523635247

3523735248
Even if a user is only a member of a premium team inside a non-premium workspace, search will allow them to find data anywhere in the workspace, not just inside the premium team. Making a search request using credentials of a non-premium user will result in a `402 Payment Required` error.
3523835249
#### Pagination
@@ -47334,7 +47345,7 @@ paths:
4733447345
type: object
4733547346
properties:
4733647347
data:
47337-
$ref: '#/components/schemas/TaskRequest'
47348+
$ref: '#/components/schemas/TaskCreateRequest'
4733847349
responses:
4733947350
201:
4734047351
description: Successfully created a new task.
@@ -48120,7 +48131,7 @@ paths:
4812048131
type: object
4812148132
properties:
4812248133
data:
48123-
$ref: '#/components/schemas/TaskRequest'
48134+
$ref: '#/components/schemas/TaskUpdateRequest'
4812448135
responses:
4812548136
200:
4812648137
description: Successfully updated the specified task.
@@ -50863,7 +50874,7 @@ paths:
5086350874
type: object
5086450875
properties:
5086550876
data:
50866-
$ref: '#/components/schemas/TaskRequest'
50877+
$ref: '#/components/schemas/TaskCreateRequest'
5086750878
responses:
5086850879
201:
5086950880
description: Successfully created the specified subtask.
@@ -54840,7 +54851,8 @@ paths:
5484054851
#### Premium access
5484154852
Like the Asana web product's advance search feature, this search endpoint will only be available to premium Asana users. A user is premium if any of the following is true:
5484254853

54843-
- The workspace in which the search is being performed is a premium workspace - The user is a member of a premium team inside the workspace
54854+
- The workspace in which the search is being performed is a premium workspace
54855+
- The user is a member of a premium team inside the workspace
5484454856

5484554857
Even if a user is only a member of a premium team inside a non-premium workspace, search will allow them to find data anywhere in the workspace, not just inside the premium team. Making a search request using credentials of a non-premium user will result in a `402 Payment Required` error.
5484654858
#### Pagination

defs/asana_postman_collection.json

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)