Upload Artifacts

Upload Artifact

POST /artifacts/{policyId}

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

Path Parameters

Request Body

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

Last updated