Skip to content

Commit

Permalink
test report braking swagger spec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jun 26, 2024
1 parent e6ea52b commit 4a8b865
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions swaggerui/html/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4a8b865

Please sign in to comment.