Skip to content

Commit 8606b4c

Browse files
Automated build docs: 2026-04-02 10:21:13
1 parent 710f56d commit 8606b4c

3 files changed

Lines changed: 194 additions & 102 deletions

File tree

defs/asana_oas.yaml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9498,6 +9498,13 @@ components:
94989498
created_by:
94999499
$ref: '#/components/schemas/UserCompact'
95009500
readOnly: true
9501+
categories:
9502+
description: >-
9503+
The categories linked to this time tracking entry.
9504+
type: array
9505+
items:
9506+
$ref: '#/components/schemas/TimeTrackingCategoryCompact'
9507+
readOnly: true
95019508
TimeTrackingEntryBase:
95029509
allOf:
95039510
- $ref: '#/components/schemas/TimeTrackingEntryCompact'
@@ -9539,13 +9546,6 @@ components:
95399546
type: string
95409547
readOnly: true
95419548
example: My description of work done on this entry
9542-
categories:
9543-
description: >-
9544-
The categories linked to this time tracking entry.
9545-
type: array
9546-
items:
9547-
$ref: '#/components/schemas/TimeTrackingCategoryCompact'
9548-
readOnly: true
95499549
TimeTrackingCategoryCompact:
95509550
description: >-
95519551
A *time tracking category* is a label that can be assigned to time
@@ -57378,6 +57378,9 @@ paths:
5737857378
example:
5737957379
- attributable_to
5738057380
- attributable_to.name
57381+
- categories
57382+
- categories.color
57383+
- categories.name
5738157384
- created_by
5738257385
- created_by.name
5738357386
- duration_minutes
@@ -57392,6 +57395,9 @@ paths:
5739257395
enum:
5739357396
- attributable_to
5739457397
- attributable_to.name
57398+
- categories
57399+
- categories.color
57400+
- categories.name
5739557401
- created_by
5739657402
- created_by.name
5739757403
- duration_minutes
@@ -57604,6 +57610,9 @@ paths:
5760457610
example:
5760557611
- attributable_to
5760657612
- attributable_to.name
57613+
- categories
57614+
- categories.color
57615+
- categories.name
5760757616
- created_by
5760857617
- created_by.name
5760957618
- duration_minutes
@@ -57618,6 +57627,9 @@ paths:
5761857627
enum:
5761957628
- attributable_to
5762057629
- attributable_to.name
57630+
- categories
57631+
- categories.color
57632+
- categories.name
5762157633
- created_by
5762257634
- created_by.name
5762357635
- duration_minutes
@@ -58414,6 +58426,9 @@ paths:
5841458426
example:
5841558427
- attributable_to
5841658428
- attributable_to.name
58429+
- categories
58430+
- categories.color
58431+
- categories.name
5841758432
- created_by
5841858433
- created_by.name
5841958434
- duration_minutes
@@ -58428,6 +58443,9 @@ paths:
5842858443
enum:
5842958444
- attributable_to
5843058445
- attributable_to.name
58446+
- categories
58447+
- categories.color
58448+
- categories.name
5843158449
- created_by
5843258450
- created_by.name
5843358451
- duration_minutes

0 commit comments

Comments
 (0)