Skip to content

Commit bcfc380

Browse files
Automated build docs: 2026-01-16 17:57:48
1 parent 1e17a0b commit bcfc380

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

defs/asana_oas.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ tags:
893893
be set on [goals](/reference/goals).
894894
- name: Time tracking entries
895895
description: >-
896-
Asanas native time tracking feature allows you to estimate the time needed
896+
Asana's native time tracking feature allows you to estimate the time needed
897897
to complete a task, as well as record the actual time spent.
898898
- name: Typeahead
899899
description: >-
@@ -1346,6 +1346,16 @@ components:
13461346
type: string
13471347
example: '917392'
13481348
x-env-variable: time_tracking_entry
1349+
timesheet_approval_status_path_gid:
1350+
name: timesheet_approval_status_gid
1351+
in: path
1352+
description: >-
1353+
Globally unique identifier for the timesheet approval status.
1354+
required: true
1355+
schema:
1356+
type: string
1357+
example: '917392'
1358+
x-env-variable: timesheet_approval_status
13491359
user_query_param:
13501360
name: user
13511361
in: query
@@ -9370,6 +9380,9 @@ components:
93709380
users:read: View access to users
93719381
teams:read: View access to teams
93729382
time_tracking_entries:read: View access to time tracking entries
9383+
timesheet_approval_statuses:read: View access to timesheet approval statuses
9384+
timesheet_approval_statuses:write: Create and modify access to timesheet
9385+
approval statuses
93739386
stories:read: View access to stories
93749387
stories:write: Create and modify access to stories
93759388
tags:read: View access to tags
@@ -55050,6 +55063,13 @@ paths:
5505055063
except ApiException as e:
5505155064
print("Exception when calling TimeTrackingEntriesApi->get_time_tracking_entries: %s\n" % e)
5505255065
name: python-sdk-v5
55066+
/timesheet_approval_statuses/{timesheet_approval_status_gid}:
55067+
parameters:
55068+
- $ref: '#/components/parameters/timesheet_approval_status_path_gid'
55069+
- $ref: '#/components/parameters/pretty'
55070+
/timesheet_approval_statuses:
55071+
parameters:
55072+
- $ref: '#/components/parameters/pretty'
5505355073
/workspaces/{workspace_gid}/typeahead:
5505455074
parameters:
5505555075
- $ref: '#/components/parameters/workspace_path_gid'

defs/asana_postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101253,7 +101253,7 @@
101253101253
{
101254101254
"name": "Time tracking entries",
101255101255
"description": {
101256-
"content": "Asanas native time tracking feature allows you to estimate the time needed to complete a task, as well as record the actual time spent.",
101256+
"content": "Asana's native time tracking feature allows you to estimate the time needed to complete a task, as well as record the actual time spent.",
101257101257
"type": "text/markdown"
101258101258
},
101259101259
"item": [

defs/asana_sdk_oas.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ tags:
893893
be set on [goals](/reference/goals).
894894
- name: Time tracking entries
895895
description: >-
896-
Asanas native time tracking feature allows you to estimate the time needed
896+
Asana's native time tracking feature allows you to estimate the time needed
897897
to complete a task, as well as record the actual time spent.
898898
- name: Typeahead
899899
description: >-
@@ -1305,6 +1305,16 @@ components:
13051305
type: string
13061306
example: '917392'
13071307
x-env-variable: time_tracking_entry
1308+
timesheet_approval_status_path_gid:
1309+
name: timesheet_approval_status_gid
1310+
in: path
1311+
description: >-
1312+
Globally unique identifier for the timesheet approval status.
1313+
required: true
1314+
schema:
1315+
type: string
1316+
example: '917392'
1317+
x-env-variable: timesheet_approval_status
13081318
user_query_param:
13091319
name: user
13101320
in: query
@@ -66366,6 +66376,9 @@ paths:
6636666376
security:
6636766377
- oauth2:
6636866378
- time_tracking_entries:read
66379+
/timesheet_approval_statuses/{timesheet_approval_status_gid}:
66380+
parameters:
66381+
- $ref: '#/components/parameters/timesheet_approval_status_path_gid'
6636966382
/workspaces/{workspace_gid}/typeahead:
6637066383
parameters:
6637166384
- $ref: '#/components/parameters/workspace_path_gid'

0 commit comments

Comments
 (0)