Skip to content

Commit daf5cad

Browse files
Automated build docs: 2025-11-26 09:57:17
1 parent 1adbbbe commit daf5cad

3 files changed

Lines changed: 206 additions & 10 deletions

File tree

defs/asana_oas.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54469,10 +54469,28 @@ paths:
5446954469
example: '12345'
5447054470
- name: workspace
5447154471
in: query
54472-
description: Globally unique identifier for the workspace.
54472+
description: >-
54473+
Globally unique identifier for the workspace. At least one of `entered_on_start_date`
54474+
or `entered_on_end_date` must be provided when filtering by workspace.
5447354475
schema:
5447454476
type: string
5447554477
example: '98765'
54478+
- name: entered_on_start_date
54479+
in: query
54480+
description: The start date for filtering time tracking entries by when
54481+
they were entered.
54482+
schema:
54483+
type: string
54484+
format: date
54485+
example: '2025-01-01'
54486+
- name: entered_on_end_date
54487+
in: query
54488+
description: The end date for filtering time tracking entries by when they
54489+
were entered.
54490+
schema:
54491+
type: string
54492+
format: date
54493+
example: '2025-12-31'
5447654494
- $ref: '#/components/parameters/limit'
5447754495
- $ref: '#/components/parameters/offset'
5447854496
- name: opt_fields

defs/asana_postman_collection.json

Lines changed: 168 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103736,7 +103736,27 @@
103736103736
"type": "string",
103737103737
"disabled": true,
103738103738
"description": {
103739-
"content": "Globally unique identifier for the workspace.",
103739+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
103740+
"type": "text/markdown"
103741+
}
103742+
},
103743+
{
103744+
"key": "entered_on_start_date",
103745+
"value": "2025-01-01",
103746+
"type": "string",
103747+
"disabled": true,
103748+
"description": {
103749+
"content": "The start date for filtering time tracking entries by when they were entered.",
103750+
"type": "text/markdown"
103751+
}
103752+
},
103753+
{
103754+
"key": "entered_on_end_date",
103755+
"value": "2025-12-31",
103756+
"type": "string",
103757+
"disabled": true,
103758+
"description": {
103759+
"content": "The end date for filtering time tracking entries by when they were entered.",
103740103760
"type": "text/markdown"
103741103761
}
103742103762
},
@@ -103848,7 +103868,27 @@
103848103868
"type": "string",
103849103869
"disabled": true,
103850103870
"description": {
103851-
"content": "Globally unique identifier for the workspace.",
103871+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
103872+
"type": "text/markdown"
103873+
}
103874+
},
103875+
{
103876+
"key": "entered_on_start_date",
103877+
"value": "2025-01-01",
103878+
"type": "string",
103879+
"disabled": true,
103880+
"description": {
103881+
"content": "The start date for filtering time tracking entries by when they were entered.",
103882+
"type": "text/markdown"
103883+
}
103884+
},
103885+
{
103886+
"key": "entered_on_end_date",
103887+
"value": "2025-12-31",
103888+
"type": "string",
103889+
"disabled": true,
103890+
"description": {
103891+
"content": "The end date for filtering time tracking entries by when they were entered.",
103852103892
"type": "text/markdown"
103853103893
}
103854103894
},
@@ -103976,7 +104016,27 @@
103976104016
"type": "string",
103977104017
"disabled": true,
103978104018
"description": {
103979-
"content": "Globally unique identifier for the workspace.",
104019+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104020+
"type": "text/markdown"
104021+
}
104022+
},
104023+
{
104024+
"key": "entered_on_start_date",
104025+
"value": "2025-01-01",
104026+
"type": "string",
104027+
"disabled": true,
104028+
"description": {
104029+
"content": "The start date for filtering time tracking entries by when they were entered.",
104030+
"type": "text/markdown"
104031+
}
104032+
},
104033+
{
104034+
"key": "entered_on_end_date",
104035+
"value": "2025-12-31",
104036+
"type": "string",
104037+
"disabled": true,
104038+
"description": {
104039+
"content": "The end date for filtering time tracking entries by when they were entered.",
103980104040
"type": "text/markdown"
103981104041
}
103982104042
},
@@ -104104,7 +104164,27 @@
104104104164
"type": "string",
104105104165
"disabled": true,
104106104166
"description": {
104107-
"content": "Globally unique identifier for the workspace.",
104167+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104168+
"type": "text/markdown"
104169+
}
104170+
},
104171+
{
104172+
"key": "entered_on_start_date",
104173+
"value": "2025-01-01",
104174+
"type": "string",
104175+
"disabled": true,
104176+
"description": {
104177+
"content": "The start date for filtering time tracking entries by when they were entered.",
104178+
"type": "text/markdown"
104179+
}
104180+
},
104181+
{
104182+
"key": "entered_on_end_date",
104183+
"value": "2025-12-31",
104184+
"type": "string",
104185+
"disabled": true,
104186+
"description": {
104187+
"content": "The end date for filtering time tracking entries by when they were entered.",
104108104188
"type": "text/markdown"
104109104189
}
104110104190
},
@@ -104232,7 +104312,27 @@
104232104312
"type": "string",
104233104313
"disabled": true,
104234104314
"description": {
104235-
"content": "Globally unique identifier for the workspace.",
104315+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104316+
"type": "text/markdown"
104317+
}
104318+
},
104319+
{
104320+
"key": "entered_on_start_date",
104321+
"value": "2025-01-01",
104322+
"type": "string",
104323+
"disabled": true,
104324+
"description": {
104325+
"content": "The start date for filtering time tracking entries by when they were entered.",
104326+
"type": "text/markdown"
104327+
}
104328+
},
104329+
{
104330+
"key": "entered_on_end_date",
104331+
"value": "2025-12-31",
104332+
"type": "string",
104333+
"disabled": true,
104334+
"description": {
104335+
"content": "The end date for filtering time tracking entries by when they were entered.",
104236104336
"type": "text/markdown"
104237104337
}
104238104338
},
@@ -104360,7 +104460,27 @@
104360104460
"type": "string",
104361104461
"disabled": true,
104362104462
"description": {
104363-
"content": "Globally unique identifier for the workspace.",
104463+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104464+
"type": "text/markdown"
104465+
}
104466+
},
104467+
{
104468+
"key": "entered_on_start_date",
104469+
"value": "2025-01-01",
104470+
"type": "string",
104471+
"disabled": true,
104472+
"description": {
104473+
"content": "The start date for filtering time tracking entries by when they were entered.",
104474+
"type": "text/markdown"
104475+
}
104476+
},
104477+
{
104478+
"key": "entered_on_end_date",
104479+
"value": "2025-12-31",
104480+
"type": "string",
104481+
"disabled": true,
104482+
"description": {
104483+
"content": "The end date for filtering time tracking entries by when they were entered.",
104364104484
"type": "text/markdown"
104365104485
}
104366104486
},
@@ -104488,7 +104608,27 @@
104488104608
"type": "string",
104489104609
"disabled": true,
104490104610
"description": {
104491-
"content": "Globally unique identifier for the workspace.",
104611+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104612+
"type": "text/markdown"
104613+
}
104614+
},
104615+
{
104616+
"key": "entered_on_start_date",
104617+
"value": "2025-01-01",
104618+
"type": "string",
104619+
"disabled": true,
104620+
"description": {
104621+
"content": "The start date for filtering time tracking entries by when they were entered.",
104622+
"type": "text/markdown"
104623+
}
104624+
},
104625+
{
104626+
"key": "entered_on_end_date",
104627+
"value": "2025-12-31",
104628+
"type": "string",
104629+
"disabled": true,
104630+
"description": {
104631+
"content": "The end date for filtering time tracking entries by when they were entered.",
104492104632
"type": "text/markdown"
104493104633
}
104494104634
},
@@ -104616,7 +104756,27 @@
104616104756
"type": "string",
104617104757
"disabled": true,
104618104758
"description": {
104619-
"content": "Globally unique identifier for the workspace.",
104759+
"content": "Globally unique identifier for the workspace. At least one of `entered_on_start_date` or `entered_on_end_date` must be provided when filtering by workspace.",
104760+
"type": "text/markdown"
104761+
}
104762+
},
104763+
{
104764+
"key": "entered_on_start_date",
104765+
"value": "2025-01-01",
104766+
"type": "string",
104767+
"disabled": true,
104768+
"description": {
104769+
"content": "The start date for filtering time tracking entries by when they were entered.",
104770+
"type": "text/markdown"
104771+
}
104772+
},
104773+
{
104774+
"key": "entered_on_end_date",
104775+
"value": "2025-12-31",
104776+
"type": "string",
104777+
"disabled": true,
104778+
"description": {
104779+
"content": "The end date for filtering time tracking entries by when they were entered.",
104620104780
"type": "text/markdown"
104621104781
}
104622104782
},

defs/asana_sdk_oas.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65922,10 +65922,28 @@ paths:
6592265922
example: '12345'
6592365923
- name: workspace
6592465924
in: query
65925-
description: Globally unique identifier for the workspace.
65925+
description: >-
65926+
Globally unique identifier for the workspace. At least one of `entered_on_start_date`
65927+
or `entered_on_end_date` must be provided when filtering by workspace.
6592665928
schema:
6592765929
type: string
6592865930
example: '98765'
65931+
- name: entered_on_start_date
65932+
in: query
65933+
description: The start date for filtering time tracking entries by when
65934+
they were entered.
65935+
schema:
65936+
type: string
65937+
format: date
65938+
example: '2025-01-01'
65939+
- name: entered_on_end_date
65940+
in: query
65941+
description: The end date for filtering time tracking entries by when they
65942+
were entered.
65943+
schema:
65944+
type: string
65945+
format: date
65946+
example: '2025-12-31'
6592965947
- $ref: '#/components/parameters/limit'
6593065948
- $ref: '#/components/parameters/offset'
6593165949
- name: opt_fields

0 commit comments

Comments
 (0)