Skip to content

Commit

Permalink
Automated build docs: 2024-05-01 18:48:43
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed May 1, 2024
1 parent bedd9f8 commit 076f941
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 12 deletions.
35 changes: 32 additions & 3 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3002,6 +3002,16 @@ components:
- task_completion
- external
example: manual
is_custom_weight:
description: >-
*Conditional*. Only relevant if `metric.progress_source` is one of
`subgoal_progress`,
`project_task_completion`, `project_milestone_completion`, or `task_completion`.
If true, we use the supporting object's custom weight to calculate
the goal's progress.
If false, we treat all supporting objects as equally weighted
type: boolean
example: false
GoalRemoveSupportingRelationshipRequest:
type: object
required:
Expand Down Expand Up @@ -3042,7 +3052,7 @@ components:
example: '1331'
contribution_weight:
description: The weight that the supporting resource's progress will contribute
to the supported goal's progress. This can only be 0 or 1.
to the supported goal's progress. This can be 0, 1, or any value in between.
type: number
example: 1.0
GoalMetricCurrentValueRequest:
Expand Down Expand Up @@ -3249,9 +3259,10 @@ components:
a project, task, portfolio, or goal.
contribution_weight:
description: The weight that the supporting resource's progress contributes
to the supported goal's progress. This can only be 0 or 1.
to the supported goal's progress. This can be 0, 1, or any value in
between.
type: number
example: 1
example: 1.0
GoalRelationshipRequest:
allOf:
- $ref: '#/components/schemas/GoalRelationshipBase'
Expand Down Expand Up @@ -12776,6 +12787,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -12820,6 +12832,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13016,6 +13029,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13060,6 +13074,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13452,6 +13467,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13499,6 +13515,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13718,6 +13735,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13762,6 +13780,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -13970,6 +13989,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14014,6 +14034,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14227,6 +14248,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14271,6 +14293,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14486,6 +14509,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14530,6 +14554,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14742,6 +14767,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14786,6 +14812,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -14996,6 +15023,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down Expand Up @@ -15040,6 +15068,7 @@ paths:
- metric.current_display_value
- metric.current_number_value
- metric.initial_number_value
- metric.is_custom_weight
- metric.precision
- metric.progress_source
- metric.resource_subtype
Expand Down
Loading

0 comments on commit 076f941

Please sign in to comment.