Skip to content

Commit 25c3cab

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

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

client/openapi/trustd.yaml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,24 @@ paths:
101101
required: true
102102
schema:
103103
$ref: '#/components/schemas/Labels'
104+
- name: format
105+
in: query
106+
description: The format of the uploaded document.
107+
required: false
108+
schema:
109+
type: string
110+
enum:
111+
- oSV
112+
- cSAF
113+
- cVE
114+
- sPDX
115+
- cycloneDX
116+
- clearlyDefinedCuration
117+
- clearlyDefined
118+
- cweCatalog
119+
- advisory
120+
- sBOM
121+
- unknown
104122
requestBody:
105123
content:
106124
application/json:
@@ -1250,7 +1268,7 @@ paths:
12501268
get:
12511269
tags:
12521270
- sbom
1253-
summary: Search for SBOMs
1271+
summary: List SBOMs
12541272
operationId: listSboms
12551273
parameters:
12561274
- name: q
@@ -1307,6 +1325,34 @@ paths:
13071325
required: true
13081326
schema:
13091327
$ref: '#/components/schemas/Labels'
1328+
- name: format
1329+
in: query
1330+
description: The format of the uploaded document.
1331+
required: false
1332+
schema:
1333+
type: string
1334+
enum:
1335+
- oSV
1336+
- cSAF
1337+
- cVE
1338+
- sPDX
1339+
- cycloneDX
1340+
- clearlyDefinedCuration
1341+
- clearlyDefined
1342+
- cweCatalog
1343+
- advisory
1344+
- sBOM
1345+
- unknown
1346+
- name: cache
1347+
in: query
1348+
description: Await loading the document into the analysis graph cache
1349+
required: false
1350+
schema:
1351+
type: string
1352+
enum:
1353+
- skip
1354+
- queue
1355+
- wait
13101356
requestBody:
13111357
content:
13121358
application/octet-stream:

0 commit comments

Comments
 (0)