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'
}
Last updated