Skip to content

Commit

Permalink
modified operation ID
Browse files Browse the repository at this point in the history
  • Loading branch information
AbiMano4688 committed Dec 4, 2023
1 parent 483c8db commit 36cba08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi-specs/cspm/UVEDashboardMicroService.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"tags": [
"Unified Vulnerability Explorer"
],
"operationId": "list-vulnerable-assets",
"operationId": "list-vulnerable-assets-cve",
"requestBody": {
"required": true,
"content": {
Expand Down
2 changes: 1 addition & 1 deletion openapi-specs/cspm/consolidated_spec/all_endpoints.csv
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"get","/uve/api/v1/dashboard/vulnerabilities/impact-stage","Get Vulnerability Impact by Stage","vulnerability-impact-by-stage","Unified Vulnerability Explorer","UVEDashboardMicroService.json"
"get","/uve/api/v1/dashboard/vulnerabilities/prioritised-vuln","Get Top Impacting Vulnerabilities","top-prioritised-vulnerability","Unified Vulnerability Explorer","UVEDashboardMicroService.json"
"get","/uve/api/v1/dashboard/vulnerabilities/cve-overview","Get CVE Overview","cve-overview","Unified Vulnerability Explorer","UVEDashboardMicroService.json"
"post","/uve/api/v1/dashboard/vulnerabilities/vuln-assets","Get Vulnerable Assets by CVE","list-vulnerable-assets","Unified Vulnerability Explorer","UVEDashboardMicroService.json"
"post","/uve/api/v1/dashboard/vulnerabilities/vuln-assets","Get Vulnerable Assets by CVE","list-vulnerable-assets-cve","Unified Vulnerability Explorer","UVEDashboardMicroService.json"
"post","/uve/api/v1/vulnerabilities/search","Get Vulnerabilities by RQL","vulnerabilities-search-api","Unified Vulnerability Explorer","UVESearchMicroService.json"
"post","/uve/api/v1/vulnerabilities/search/asset","Get Vulnerable Assets by RQL","list-vulnerable-assets","Unified Vulnerability Explorer","UVESearchMicroService.json"
"post","/uve/api/v1/vulnerabilities/download","Download CVE Details","download-vulnerability-file","Unified Vulnerability Explorer","UVESearchMicroService.json"
Expand Down

0 comments on commit 36cba08

Please sign in to comment.