Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/reference/api/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,10 @@ paths:
or <strong>PROJECT_CREATION_UPLOAD</strong> permission.
</p>
<p>
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 <code>application/problem+json</code>.
Expand Down