From 4a8b865b0df7678a72114aad55ae54a4002e2831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Wed, 26 Jun 2024 14:42:06 +0200 Subject: [PATCH] test report braking swagger spec changes --- swaggerui/html/swagger.json | 46 ------------------------------------- 1 file changed, 46 deletions(-) diff --git a/swaggerui/html/swagger.json b/swaggerui/html/swagger.json index 7a2791f..bea9cc0 100644 --- a/swaggerui/html/swagger.json +++ b/swaggerui/html/swagger.json @@ -91,52 +91,6 @@ } } }, - "/applications/{appName}/environments/{envName}/components/{componentName}": { - "get": { - "tags": [ - "vulnerability" - ], - "summary": "Gets vulnerability summary for components in an environment", - "operationId": "getComponentVulnerabilities", - "parameters": [ - { - "type": "string", - "description": "Name of the application", - "name": "appName", - "in": "path", - "required": true - }, - { - "type": "string", - "description": "Name of the environment", - "name": "envName", - "in": "path", - "required": true - }, - { - "type": "string", - "description": "Name of the component", - "name": "componentName", - "in": "path", - "required": true - } - ], - "responses": { - "200": { - "description": "Successful get vulnerabilities for a component", - "schema": { - "$ref": "#/definitions/ImageWithLastScan" - } - }, - "401": { - "description": "Unauthorized" - }, - "404": { - "description": "Not found" - } - } - } - }, "/applications/{appName}/environments/{envName}/jobs/{jobName}": { "get": { "tags": [