Skip to content

Commit 85ca088

Browse files
update client/openapi/trustd.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c50051c commit 85ca088

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

client/openapi/trustd.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
license:
66
name: Apache License, Version 2.0
77
identifier: Apache-2.0
8-
version: 0.2.17
8+
version: 0.2.18
99
paths:
1010
/.well-known/trustify:
1111
get:
@@ -2890,14 +2890,9 @@ paths:
28902890
schema:
28912891
type: string
28922892
responses:
2893-
'200':
2894-
description: Specified vulnerability
2895-
content:
2896-
application/json:
2897-
schema:
2898-
$ref: '#/components/schemas/VulnerabilityDetails'
2899-
'404':
2900-
description: Specified vulnerability not found
2893+
'501':
2894+
description: Method not yet implemented
2895+
deprecated: true
29012896
/api/v2/weakness:
29022897
get:
29032898
tags:

0 commit comments

Comments
 (0)