Skip to content

Commit 0928941

Browse files
Automated build docs: 2026-01-19 10:02:18
1 parent bcfc380 commit 0928941

3 files changed

Lines changed: 94 additions & 0 deletions

File tree

defs/asana_oas.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54937,6 +54937,13 @@ paths:
5493754937
type: string
5493854938
format: date
5493954939
example: '2025-12-31'
54940+
- name: timesheet_approval_status
54941+
in: query
54942+
description: Globally unique identifier for the timesheet approval status
54943+
to filter time tracking entries by.
54944+
schema:
54945+
type: string
54946+
example: '12345'
5494054947
- $ref: '#/components/parameters/limit'
5494154948
- $ref: '#/components/parameters/offset'
5494254949
- name: opt_fields

defs/asana_postman_collection.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103830,6 +103830,16 @@
103830103830
"type": "text/markdown"
103831103831
}
103832103832
},
103833+
{
103834+
"key": "timesheet_approval_status",
103835+
"value": "12345",
103836+
"type": "string",
103837+
"disabled": true,
103838+
"description": {
103839+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
103840+
"type": "text/markdown"
103841+
}
103842+
},
103833103843
{
103834103844
"key": "limit",
103835103845
"value": "50",
@@ -103962,6 +103972,16 @@
103962103972
"type": "text/markdown"
103963103973
}
103964103974
},
103975+
{
103976+
"key": "timesheet_approval_status",
103977+
"value": "12345",
103978+
"type": "string",
103979+
"disabled": true,
103980+
"description": {
103981+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
103982+
"type": "text/markdown"
103983+
}
103984+
},
103965103985
{
103966103986
"key": "limit",
103967103987
"value": "50",
@@ -104110,6 +104130,16 @@
104110104130
"type": "text/markdown"
104111104131
}
104112104132
},
104133+
{
104134+
"key": "timesheet_approval_status",
104135+
"value": "12345",
104136+
"type": "string",
104137+
"disabled": true,
104138+
"description": {
104139+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104140+
"type": "text/markdown"
104141+
}
104142+
},
104113104143
{
104114104144
"key": "limit",
104115104145
"value": "50",
@@ -104258,6 +104288,16 @@
104258104288
"type": "text/markdown"
104259104289
}
104260104290
},
104291+
{
104292+
"key": "timesheet_approval_status",
104293+
"value": "12345",
104294+
"type": "string",
104295+
"disabled": true,
104296+
"description": {
104297+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104298+
"type": "text/markdown"
104299+
}
104300+
},
104261104301
{
104262104302
"key": "limit",
104263104303
"value": "50",
@@ -104406,6 +104446,16 @@
104406104446
"type": "text/markdown"
104407104447
}
104408104448
},
104449+
{
104450+
"key": "timesheet_approval_status",
104451+
"value": "12345",
104452+
"type": "string",
104453+
"disabled": true,
104454+
"description": {
104455+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104456+
"type": "text/markdown"
104457+
}
104458+
},
104409104459
{
104410104460
"key": "limit",
104411104461
"value": "50",
@@ -104554,6 +104604,16 @@
104554104604
"type": "text/markdown"
104555104605
}
104556104606
},
104607+
{
104608+
"key": "timesheet_approval_status",
104609+
"value": "12345",
104610+
"type": "string",
104611+
"disabled": true,
104612+
"description": {
104613+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104614+
"type": "text/markdown"
104615+
}
104616+
},
104557104617
{
104558104618
"key": "limit",
104559104619
"value": "50",
@@ -104702,6 +104762,16 @@
104702104762
"type": "text/markdown"
104703104763
}
104704104764
},
104765+
{
104766+
"key": "timesheet_approval_status",
104767+
"value": "12345",
104768+
"type": "string",
104769+
"disabled": true,
104770+
"description": {
104771+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104772+
"type": "text/markdown"
104773+
}
104774+
},
104705104775
{
104706104776
"key": "limit",
104707104777
"value": "50",
@@ -104850,6 +104920,16 @@
104850104920
"type": "text/markdown"
104851104921
}
104852104922
},
104923+
{
104924+
"key": "timesheet_approval_status",
104925+
"value": "12345",
104926+
"type": "string",
104927+
"disabled": true,
104928+
"description": {
104929+
"content": "Globally unique identifier for the timesheet approval status to filter time tracking entries by.",
104930+
"type": "text/markdown"
104931+
}
104932+
},
104853104933
{
104854104934
"key": "limit",
104855104935
"value": "50",

defs/asana_sdk_oas.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66324,6 +66324,13 @@ paths:
6632466324
type: string
6632566325
format: date
6632666326
example: '2025-12-31'
66327+
- name: timesheet_approval_status
66328+
in: query
66329+
description: Globally unique identifier for the timesheet approval status
66330+
to filter time tracking entries by.
66331+
schema:
66332+
type: string
66333+
example: '12345'
6632766334
- $ref: '#/components/parameters/limit'
6632866335
- $ref: '#/components/parameters/offset'
6632966336
- name: opt_fields

0 commit comments

Comments
 (0)