Skip to content

Commit

Permalink
Automated build docs: 2025-02-14 05:35:40
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Feb 14, 2025
1 parent 402cb8a commit cc1edda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5111,7 +5111,11 @@ components:
example: true
requested_dates:
description: >-
Array of mappings of date variables to calendar dates.
*Conditional*. Array of mappings of date variables to calendar dates.
This property is
required in the instantiation request if the project template includes
dates (e.g., a start
date on a task).
type: array
items:
$ref: '#/components/schemas/DateVariableRequest'
Expand Down
6 changes: 5 additions & 1 deletion defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22702,7 +22702,11 @@ components:
example: true
requested_dates:
description: >-
Array of mappings of date variables to calendar dates.
*Conditional*. Array of mappings of date variables to calendar dates.
This property is
required in the instantiation request if the project template includes
dates (e.g., a start
date on a task).
type: array
items:
type: object
Expand Down

0 comments on commit cc1edda

Please sign in to comment.