Skip to content

Commit

Permalink
Fixes #17956: Typos in CVE api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jul 13, 2020
1 parent a5f5f60 commit f27828d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/sources/api-doc/components/schemas/cveCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2013-2020 Normation SAS
type: object
properties:
cveid:
cveId:
type: string
description: CVE id
example: CVE-2019-5953
Expand Down
2 changes: 1 addition & 1 deletion webapp/sources/api-doc/paths/cve/checkConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ post:
type: string
description: The id of the action
enum:
- getCVECheckConfiguration
- updateCVECheckConfiguration
data:
type: object
properties:
Expand Down
4 changes: 2 additions & 2 deletions webapp/sources/api-doc/paths/cve/last.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ get:
data:
type: object
required:
- cveChecks
- CVEChecks
properties:
cveChecks:
CVEChecks:
type: array
items:
$ref: ../../components/schemas/cveCheck.yml
Expand Down

0 comments on commit f27828d

Please sign in to comment.