Upload Artifacts
Upload Artifact
POST /artifacts/{policyId}
Upload artifact. For users with the Standard Registry role only.
Path Parameters
Name
Type
Description
policyID*
String
Policy Identifier
Request Body
Name
Type
Description
schema*
Object
artifacts*
Array
items*
String
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Artifact'
}{
// Response
}There are no files to uploadThere is no appropriate policy or policy is not in DRAFT status{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}