Skip to content

Commit

Permalink
Merge pull request #252 from Cray-HPE/develop
Browse files Browse the repository at this point in the history
Correct 2 minor errors in API spec description fields
  • Loading branch information
mharding-hpe authored Mar 4, 2024
2 parents e0935e5 + 98d8ed2 commit 00d95ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.15.1] - 2024-03-04

### Fixed
- Corrected minor errors in a couple description fields in API spec (no functional impact)

## [2.15.0] - 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 00d95ec

Please sign in to comment.