File tree Expand file tree Collapse file tree 1 file changed +47
-1
lines changed
Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments