Skip to content

Commit

Permalink
CASMCMS-8938: Correct 2 small errors in BOS API spec description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Mar 4, 2024
1 parent 5ee2ef9 commit 53e913d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.10.5] - 2024-03-04
### Fixed
- Corrected minor errors in a couple description fields in API spec (no functional impact)

## [2.10.4] - 2024-02-13
### Changed
- Updated API spec to reflect the actual API behavior: a component filter must have exactly one
Expand Down
4 changes: 2 additions & 2 deletions api/openapi.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ components:
readOnly: true
V2ComponentActualState:
description: |
The desired boot artifacts and configuration for a Component
The actual boot artifacts and configuration for a Component
type: object
properties:
boot_artifacts:
Expand All @@ -1429,7 +1429,7 @@ components:
additionalProperties: false
V2ComponentStagedState:
description: |
The desired boot artifacts and configuration for a Component. Optionally, a Session
The staged boot artifacts and configuration for a Component. Optionally, a Session
may be set which can be triggered at a later time against this Component.
type: object
properties:
Expand Down

0 comments on commit 53e913d

Please sign in to comment.