From c2a3020e0eed702a393eec91801ed5984e099e04 Mon Sep 17 00:00:00 2001 From: Chenyu Zhang Date: Mon, 22 Aug 2022 10:51:25 +0800 Subject: [PATCH] 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 --- api/v2.0/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 313325114..72ed7f4f9 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -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: