Skip to content

Commit

Permalink
CASMCMS-8186: Corrected description of disable_components_on_completi…
Browse files Browse the repository at this point in the history
…on in API spec.
  • Loading branch information
mharding-hpe committed Apr 19, 2024
1 parent 9ab3f51 commit eb6269f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Corrected description of `disable_components_on_completion` in API spec.

## [2.17.5] - 2024-04-19
### Changed
Expand Down
4 changes: 2 additions & 2 deletions api/openapi.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ components:
disable_components_on_completion:
type: boolean
description: |
Allows for BOS Components to be marked as disabled after a Session has been completed. If false, BOS will continue to maintain the state
of the nodes declaratively, even after a Session finishes.
If true, when a Session has brought a Component to its desired state, that Component will be marked as disabled in BOS.
If false, BOS will continue to maintain the state of the nodes declaratively, even after a Session finishes.
discovery_frequency:
type: integer
description: How frequently the BOS discovery agent syncs new Components from HSM. (in seconds)
Expand Down

0 comments on commit eb6269f

Please sign in to comment.