Skip to content

Commit f68fe23

Browse files
Automated build docs: 2025-09-29 20:43:30
1 parent 1da75c0 commit f68fe23

2 files changed

Lines changed: 43 additions & 12 deletions

File tree

defs/asana_oas.yaml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8818,6 +8818,7 @@ components:
88188818
projects:write: Create and modify access to projects
88198819
users:read: View access to users
88208820
teams:read: View access to teams
8821+
time_tracking_entries:read: View access to time tracking entries
88218822
stories:read: View access to stories
88228823
stories:write: Create and modify access to stories
88238824
tags:read: View access to tags
@@ -51452,7 +51453,10 @@ paths:
5145251453
- $ref: '#/components/parameters/pretty'
5145351454
get:
5145451455
summary: Get time tracking entries for a task
51455-
description: Returns time tracking entries for a given task.
51456+
description: |-
51457+
<b>Required scope: </b><code>time_tracking_entries:read</code>
51458+
51459+
Returns time tracking entries for a given task.
5145651460
tags:
5145751461
- Time tracking entries
5145851462
operationId: getTimeTrackingEntriesForTask
@@ -51515,6 +51519,9 @@ paths:
5151551519
$ref: '#/components/responses/NotFound'
5151651520
500:
5151751521
$ref: '#/components/responses/InternalServerError'
51522+
security:
51523+
- oauth2:
51524+
- time_tracking_entries:read
5151851525
x-readme:
5151951526
code-samples:
5152051527
- language: node
@@ -51758,8 +51765,10 @@ paths:
5175851765
- $ref: '#/components/parameters/pretty'
5175951766
get:
5176051767
summary: Get a time tracking entry
51761-
description: Returns the complete time tracking entry record for a single time
51762-
tracking entry.
51768+
description: |-
51769+
<b>Required scope: </b><code>time_tracking_entries:read</code>
51770+
51771+
Returns the complete time tracking entry record for a single time tracking entry.
5176351772
tags:
5176451773
- Time tracking entries
5176551774
operationId: getTimeTrackingEntry
@@ -51826,6 +51835,9 @@ paths:
5182651835
$ref: '#/components/responses/NotFound'
5182751836
500:
5182851837
$ref: '#/components/responses/InternalServerError'
51838+
security:
51839+
- oauth2:
51840+
- time_tracking_entries:read
5182951841
x-readme:
5183051842
code-samples:
5183151843
- language: node
@@ -52168,9 +52180,10 @@ paths:
5216852180
- $ref: '#/components/parameters/pretty'
5216952181
get:
5217052182
summary: Get multiple time tracking entries
52171-
description: >-
52172-
Returns a list of time tracking entries filtered to a task, attributed project,
52173-
portfolio or user.
52183+
description: |-
52184+
<b>Required scope: </b><code>time_tracking_entries:read</code>
52185+
52186+
Returns a list of time tracking entries filtered to a task, attributed project, portfolio or user.
5217452187
tags:
5217552188
- Time tracking entries
5217652189
operationId: getTimeTrackingEntries
@@ -52270,6 +52283,9 @@ paths:
5227052283
$ref: '#/components/responses/NotFound'
5227152284
500:
5227252285
$ref: '#/components/responses/InternalServerError'
52286+
security:
52287+
- oauth2:
52288+
- time_tracking_entries:read
5227352289
x-readme:
5227452290
code-samples:
5227552291
- language: node

defs/asana_sdk_oas.yaml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58617,7 +58617,10 @@ paths:
5861758617
- $ref: '#/components/parameters/task_path_gid'
5861858618
get:
5861958619
summary: Get time tracking entries for a task
58620-
description: Returns time tracking entries for a given task.
58620+
description: |-
58621+
<b>Required scope: </b><code>time_tracking_entries:read</code>
58622+
58623+
Returns time tracking entries for a given task.
5862158624
tags:
5862258625
- Time tracking entries
5862358626
operationId: getTimeTrackingEntriesForTask
@@ -58669,6 +58672,9 @@ paths:
5866958672
$ref: '#/components/responses/NotFound'
5867058673
500:
5867158674
$ref: '#/components/responses/InternalServerError'
58675+
security:
58676+
- oauth2:
58677+
- time_tracking_entries:read
5867258678
post:
5867358679
summary: Create a time tracking entry
5867458680
description: |-
@@ -58749,8 +58755,10 @@ paths:
5874958755
- $ref: '#/components/parameters/time_tracking_entry_path_gid'
5875058756
get:
5875158757
summary: Get a time tracking entry
58752-
description: Returns the complete time tracking entry record for a single time
58753-
tracking entry.
58758+
description: |-
58759+
<b>Required scope: </b><code>time_tracking_entries:read</code>
58760+
58761+
Returns the complete time tracking entry record for a single time tracking entry.
5875458762
tags:
5875558763
- Time tracking entries
5875658764
operationId: getTimeTrackingEntry
@@ -58810,6 +58818,9 @@ paths:
5881058818
$ref: '#/components/responses/NotFound'
5881158819
500:
5881258820
$ref: '#/components/responses/InternalServerError'
58821+
security:
58822+
- oauth2:
58823+
- time_tracking_entries:read
5881358824
put:
5881458825
summary: Update a time tracking entry
5881558826
description: |-
@@ -58917,9 +58928,10 @@ paths:
5891758928
/time_tracking_entries:
5891858929
get:
5891958930
summary: Get multiple time tracking entries
58920-
description: >-
58921-
Returns a list of time tracking entries filtered to a task, attributed project,
58922-
portfolio or user.
58931+
description: |-
58932+
<b>Required scope: </b><code>time_tracking_entries:read</code>
58933+
58934+
Returns a list of time tracking entries filtered to a task, attributed project, portfolio or user.
5892358935
tags:
5892458936
- Time tracking entries
5892558937
operationId: getTimeTrackingEntries
@@ -59007,6 +59019,9 @@ paths:
5900759019
$ref: '#/components/responses/NotFound'
5900859020
500:
5900959021
$ref: '#/components/responses/InternalServerError'
59022+
security:
59023+
- oauth2:
59024+
- time_tracking_entries:read
5901059025
/workspaces/{workspace_gid}/typeahead:
5901159026
parameters:
5901259027
- $ref: '#/components/parameters/workspace_path_gid'

0 commit comments

Comments
 (0)