Skip to content

Commit

Permalink
Feat: add cascade_updates option to plan params (#297)
Browse files Browse the repository at this point in the history
* add cascade_updates option to plan params

* add note on default value
  • Loading branch information
annvelents authored Nov 13, 2024
1 parent d625065 commit b26bccd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/schemas/PlanUpdateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,7 @@ properties:
description: List of usage thresholds to apply to the plan.
items:
$ref: "./UsageThresholdInput.yaml"
cascade_updates:
type: boolean
description: This field determines whether the changes made to the plan should be cascaded to the children plans. When set to `true`, the changes will be cascaded into children. Conversely, when set to `false`, the changes will only be applied to the plan itself. If not defined in the request, default value is `false`.
example: true

0 comments on commit b26bccd

Please sign in to comment.