Skip to content

Commit

Permalink
Merge pull request #54 from mharding-hpe/CASMHMS-5904
Browse files Browse the repository at this point in the history
CASMHMS-5904: Language linting of API spec file
  • Loading branch information
nieuwsma authored Jan 26, 2023
2 parents d6826b6 + c7476ba commit f9712f4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.18.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).\

## [1.18.0] - 2023-01-26

### Fixed

- Language linting of API spec file (no content changes)

## [1.17.0] - 2022-11-14

### Changed
Expand Down
36 changes: 18 additions & 18 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ info:
### /bmc/deletecerts
Delet BMC TLS cert/key pairs and store securely for later use.
Delete BMC TLS cert/key pairs and store securely for later use.
### /bmc/fetchcerts
Expand Down Expand Up @@ -191,7 +191,7 @@ paths:
$ref: '#/components/schemas/bmc_dumpcfg_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand Down Expand Up @@ -223,7 +223,7 @@ paths:
$ref: '#/components/schemas/bmc_loadcfg_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand Down Expand Up @@ -259,7 +259,7 @@ paths:
specified, all Redfish network protocol parameters are returned.
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand Down Expand Up @@ -288,7 +288,7 @@ paths:
$ref: '#/components/schemas/cfg_post_single'
responses:
'200':
description: OK. The data was succesfully set
description: OK. The data was successfully set
content:
application/json:
schema:
Expand Down Expand Up @@ -319,7 +319,7 @@ paths:
$ref: '#/components/schemas/creds_components'
responses:
'200':
description: OK. The data was succesfully set
description: OK. The data was successfully set
content:
application/json:
schema:
Expand Down Expand Up @@ -355,7 +355,7 @@ paths:
$ref: '#/components/schemas/creds_single'
responses:
'200':
description: OK. The data was succesfully set
description: OK. The data was successfully set
content:
application/json:
schema:
Expand All @@ -370,7 +370,7 @@ paths:
- in: query
name: targets
required: false
description: Comma separated list of XNames. No query string results in fetching creds for all known BMCs.
description: Comma-separated list of xnames. No query string results in fetching creds for all known BMCs.
schema:
$ref: '#/components/schemas/xname_list'
- in: query
Expand All @@ -394,7 +394,7 @@ paths:
are used.
responses:
'200':
description: OK. The data was succesfully set
description: OK. The data was successfully set
content:
application/json:
schema:
Expand Down Expand Up @@ -428,7 +428,7 @@ paths:
$ref: '#/components/schemas/creds_global'
responses:
'200':
description: OK. The data was succesfully set
description: OK. The data was successfully set
content:
application/json:
schema:
Expand All @@ -455,7 +455,7 @@ paths:
$ref: '#/components/schemas/bmc_managecerts_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand All @@ -481,7 +481,7 @@ paths:
$ref: '#/components/schemas/bmc_managecerts_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand All @@ -507,7 +507,7 @@ paths:
$ref: '#/components/schemas/bmc_managecerts_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand Down Expand Up @@ -536,7 +536,7 @@ paths:
$ref: '#/components/schemas/bmc_rfcerts_request'
responses:
'200':
description: OK. The data was succesfully retrieved
description: OK. The data was successfully retrieved
content:
application/json:
schema:
Expand Down Expand Up @@ -575,7 +575,7 @@ paths:
If the "Force" parameter is not present or is present but set to 'false', HSM will be used.
responses:
'200':
description: OK. The cert was succesfully applied to BMC target
description: OK. The cert was successfully applied to BMC target
'404':
description: Endpoint not found
'405':
Expand Down Expand Up @@ -686,7 +686,7 @@ paths:
schema:
$ref: '#/components/schemas/Problem7807'
'404':
description: Xname was not for a bmc.
description: Xname was not for a BMC.
content:
application/json:
schema:
Expand Down Expand Up @@ -741,7 +741,7 @@ paths:
schema:
$ref: '#/components/schemas/Problem7807'
'404':
description: Xname was not for a bmc.
description: Xname was not for a BMC.
content:
application/json:
schema:
Expand Down Expand Up @@ -774,7 +774,7 @@ components:
example: x0c0s0b0n0
xname_list:
type: string
description: Comma separated list of xnames
description: Comma-separated list of xnames
example: 'x1000c0s0b0,x1000c0s1b0'
bios_field:
type: string
Expand Down

0 comments on commit f9712f4

Please sign in to comment.