Upload Artifacts

Upload Artifact

POST /artifacts/{policyId}

Upload artifact. For users with the Standard Registry role only.

Path Parameters

NameTypeDescription

policyID*

String

Policy Identifier

Request Body

NameTypeDescription

schema*

Object

artifacts*

Array

items*

String

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Artifact'
}

Last updated