Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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