Skip to content

Commit 24e815b

Browse files
Automated build docs: 2026-02-04 22:23:26
1 parent 226a53e commit 24e815b

3 files changed

Lines changed: 56 additions & 24 deletions

File tree

defs/asana_oas.yaml

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7536,9 +7536,9 @@ components:
75367536
readOnly: true
75377537
nullable: true
75387538
TaskCompact:
7539-
description: >-
7540-
The *task* is the basic object around which many operations in Asana
7541-
are centered.
7539+
description: "<p><strong style={{ color: \"#4573D2\" }}>Full object requires
7540+
scope: </strong><code>tasks:read</code></p>\n\nThe *task* is the basic object
7541+
around which many operations in Asana are centered."
75427542
type: object
75437543
properties:
75447544
gid:
@@ -9445,6 +9445,7 @@ components:
94459445
custom_fields:read: View access to custom fields
94469446
custom_fields:write: Create and modify access to custom fields
94479447
goals:read: View access to goals
9448+
jobs:read: View access to jobs
94489449
tasks:read: View access to tasks
94499450
tasks:write: Create and modify access to tasks
94509451
tasks:delete: Delete access to tasks
@@ -20625,6 +20626,31 @@ paths:
2062520626
get:
2062620627
summary: Get a job by id
2062720628
description: |-
20629+
<b>Required scope: </b><code>jobs:read</code>
20630+
20631+
<table>
20632+
<tr>
20633+
<th>Field</th>
20634+
<th>Required Scope</th>
20635+
</tr>
20636+
<tr>
20637+
<td><code>new_task_template</code></td>
20638+
<td><code>task_templates:read</code></td>
20639+
</tr>
20640+
<tr>
20641+
<td><code>new_project</code></td>
20642+
<td><code>projects:read</code></td>
20643+
</tr>
20644+
<tr>
20645+
<td><code>new_task</code></td>
20646+
<td><code>tasks:read</code></td>
20647+
</tr>
20648+
<tr>
20649+
<td><code>new_project_template</code></td>
20650+
<td><code>project_templates:read</code></td>
20651+
</tr>
20652+
</table>
20653+
2062820654
Returns the full record for a job.
2062920655
tags:
2063020656
- Jobs
@@ -20702,7 +20728,8 @@ paths:
2070220728
$ref: '#/components/responses/InternalServerError'
2070320729
security:
2070420730
- personalAccessToken: []
20705-
- oauth2: []
20731+
- oauth2:
20732+
- jobs:read
2070620733
x-readme:
2070720734
code-samples:
2070820735
- language: java

0 commit comments

Comments
 (0)