Skip to main content

UpdateOciRepoInput

Update an OCI repository's user-settable metadata. The repository name and artifact type are immutable.

input UpdateOciRepoInput {
attributes: Map
}

Fields

UpdateOciRepoInput.attributes ● Map scalar {#attributes}

Replacement key-value attributes for this repository. Reserved md-* keys are rejected. Must conform to the organization's custom attributes for the repo scope.

Member Of

updateOciRepo mutation