Outdated SBOM API URL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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