---
title: "Update project with container SBOM"
method: POST
path: "/api/v3.0/projects/{projectuuid}/container/importSbom"
tags: ["Projects"]
---

# Update project with container SBOM

`POST /api/v3.0/projects/{projectuuid}/container/importSbom`

Upload a single container SBOM file to update an existing project. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML).

## Path parameters

- `projectuuid` string, required

## Response `200`

SBOM scan successfully dispatched for project update

- ModelSbomScanResponseDTO
  - `supportToken` string
  - `project` ModelProjectDTOV3
    - `uuid` string
    - `name` string
    - `path` string
    - `applicationName` string
    - `applicationUuid` string
  - `scan` ModelSbomScanInfoDTO
    - `scanUuid` string — Scan identifier
    - `createdAt` string — Scan creation timestamp
  - `link` ModelSbomScanLinksDTO
    - `logs` string — Link to scan logs

## Other responses

- `400` — Invalid SBOM file format or malformed request
- `403` — Insufficient permissions to update this project
- `404` — Project not found

## Changes

- **2026-08-26** `3cb30ea6174e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mend/apis/mend-api/changes/api/v3.0/projects/:projectuuid/container/importSbom/post.md)

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/3cb30ea6174e/schema)
