Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Outdated SBOM API URL

daadam
Giga Contributor

Hi Community

 

I want to test and try the SBOM API. But unfortunately the URL / endpoint seems outdated referencing the documentation: Uploading Software Bill of Materials files using a REST API

 

When I build the test API call i receive Error 405 Method not allowed

{
"error": {
"message": "Method not Supported",
"detail": "GET method not supported for API"
},
"status": "failure"
}

 

But I do use POST method. So whats wrong here?

0 REPLIES 0