Skip to content

Commit

Permalink
Automated build docs: 2024-08-23 19:30:49
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Aug 23, 2024
1 parent e24c942 commit 137698b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
19 changes: 19 additions & 0 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3508,6 +3508,13 @@ components:
- $ref: '#/components/schemas/PortfolioCompact'
- type: object
properties:
archived:
description: >-
True if the portfolio is archived, false if not. Archived portfolios
do not show in the UI by default and may be treated differently
for queries.
type: boolean
example: false
color:
description: Color of the portfolio.
type: string
Expand Down Expand Up @@ -17197,6 +17204,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -17299,6 +17307,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -17565,6 +17574,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -17664,6 +17674,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -17924,6 +17935,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -18023,6 +18035,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -18272,6 +18285,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -18371,6 +18385,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -19815,6 +19830,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -19914,6 +19930,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -20180,6 +20197,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -20279,6 +20297,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down
33 changes: 33 additions & 0 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9537,6 +9537,13 @@ components:
description: The name of the portfolio.
type: string
example: Bug Portfolio
archived:
description: >-
True if the portfolio is archived, false if not. Archived portfolios
do not show in the UI by default and may be treated differently
for queries.
type: boolean
example: false
color:
description: Color of the portfolio.
type: string
Expand Down Expand Up @@ -10008,6 +10015,13 @@ components:
description: The name of the portfolio.
type: string
example: Bug Portfolio
archived:
description: >-
True if the portfolio is archived, false if not. Archived portfolios
do not show in the UI by default and may be treated differently
for queries.
type: boolean
example: false
color:
description: Color of the portfolio.
type: string
Expand Down Expand Up @@ -10086,6 +10100,13 @@ components:
description: The name of the portfolio.
type: string
example: Bug Portfolio
archived:
description: >-
True if the portfolio is archived, false if not. Archived portfolios
do not show in the UI by default and may be treated differently
for queries.
type: boolean
example: false
color:
description: Color of the portfolio.
type: string
Expand Down Expand Up @@ -35110,6 +35131,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35212,6 +35234,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35346,6 +35369,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35445,6 +35469,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35582,6 +35607,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35681,6 +35707,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35810,6 +35837,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -35909,6 +35937,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -36496,6 +36525,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -36595,6 +36625,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -36735,6 +36766,7 @@ paths:
include.
required: false
example:
- archived
- color
- created_at
- created_by
Expand Down Expand Up @@ -36834,6 +36866,7 @@ paths:
items:
type: string
enum:
- archived
- color
- created_at
- created_by
Expand Down

0 comments on commit 137698b

Please sign in to comment.