# Import Sbom Imports Sbom for a given projectId. Only Project Owner and Analyst can Import Project Sbom into a private project. Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL. When calling this API from a REST client, you need to run either of the curl commands. curl -H "Authorization:Bearer %jwt%" -F sbomFile=@"fileToImport.json;type=application/json" http://localhost:8888/codeinsight/api/projects/%projectId%/importSbom Endpoint: POST /projects/{projectId}/importSbom Version: v1 Security: bearerAuth ## Path parameters: - `projectId` (integer, required) ## Request fields (multipart/form-data): - `Sbom File to import` (object) - `sbomFile` (object) - `sbomFile.type` (string) - `sbomFile.parameters` (object) - `sbomFile.fileName` (string) - `sbomFile.creationDate` (string) - `sbomFile.modificationDate` (string) - `sbomFile.readDate` (string) - `sbomFile.size` (integer) - `sbomFile.name` (string) - `Delete SBOM bucket` (string) ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields