v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

Update SBOM version details

Update SBOM version details (Build ID) for given SBOM Version ID

post/v1/appsecops/sbom_version/item/{version_id}

Path parameters

version_idstring required

Specify the SBOM version ID to update the SBOM version data

Request body

tenant_idstring required

Tenant ID

build_idstring required

Unique ID of the build associated with the SBOM version

Response

Success

tenant_idstring required

Tenant ID

sbom_definition_idstring required

Unique ID of the SBOM

attachment_idstring required

Unique ID of the attachment to identify the SBOM version file

build_idstring

Unique ID of the build associated with the SBOM version

sbom_version_idstring

Unique ID of the SBOM version

predecessor_version_idstring

Unique ID of the previous SBOM version from which this version is created

version_numberinteger

Sequence number of the SBOM version

created_atstring date-time

SBOM version created date

created_bystring

Name of the user who created the SBOM version

updated_atstring date-time

SBOM version updated date

updated_bystring

Name of the user who updated the SBOM version

component_idsstring[]

List of IDs used to refer the components under the SBOM version

vulnerability_idsstring[]

List of vulnerability IDs detected in the components of this SBOM version

sbom_version_vulnerability_idsstring[]

List of IDs that associate each vulnerability with this SBOM version, including version-specific details

Example response

{
  "metadata": {
    "component_type": "application",
    "tools": [
      {
        "tool_type": "application"
      }
    ]
  },
  "parser_status": {
    "status": "error"
  }
}