From 2e446b17422ff05e6e8eb08dcd8a4e541c8e0521 Mon Sep 17 00:00:00 2001 From: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:37:20 +0000 Subject: [PATCH] Update OpenAPI docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/api/openapi-v1.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/api/openapi-v1.yaml b/docs/reference/api/openapi-v1.yaml index cbf8e77..5cc5479 100644 --- a/docs/reference/api/openapi-v1.yaml +++ b/docs/reference/api/openapi-v1.yaml @@ -465,7 +465,10 @@ paths: or PROJECT_CREATION_UPLOAD permission.

- MediaType supported for BOM artifact is 'application/xml' or 'application/json'. + The BOM artifact may be supplied uncompressed or compressed. If the BOM is uncompressed, + the supported MediaType is 'application/xml' or 'application/json'. If the BOM is compressed, + the supported MediaType is 'application/gzip' or 'application/zstd' and must match the actual + compression of the data. The BOM will be validated against the CycloneDX schema. If schema validation fails, a response with problem details in RFC 9457 format will be returned. In this case, the response's content type will be application/problem+json.