AppSecOps
Update SBOM definition details
Update the SBOM definition details for given SBOM definition ID
post/v1/appsecops/sbom_definition/item/{sbom_id}
Path parameters
sbom_idstring required
Specify the SBOM definition ID to update the SBOM definition data
Request body
Example request
{
"resource_mapping_details": {
"mapped_resources": [
{
"mapping_type": "automatic"
}
],
"status": "success"
}
}Response
Success
Example response
{
"resource_mapping_details": {
"mapped_resources": [
{
"mapping_type": "automatic"
}
],
"status": "success"
}
}