mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
fix: correct description for export cve project parameter (#17433)
Correct the description for the project parameter of export CVE API in the swagger. Closes: #17429 Signed-off-by: chlins <chenyuzh@vmware.com>
This commit is contained in:
parent
4faab2618e
commit
c2a3020e0e
@ -9176,7 +9176,7 @@ definitions:
|
||||
items:
|
||||
type: integer
|
||||
format: int64
|
||||
description: A list of one or more projects for which to export the scan data, defaults to all if empty
|
||||
description: A list of one or more projects for which to export the scan data, currently only one project is supported due to performance concerns, but define as array for extension in the future.
|
||||
labels:
|
||||
type: array
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user