UpdatePrivateRegistryRequest

UpdatePrivateRegistryRequest
UpdatePrivateRegistryRequest

It represents the input payload for updating private registry

JSON Example
{
    "name": "My registry",
    "description": "Registry for storing container releases",
    "access_key": "robot$user123",
    "access_secret": "p4ssw0rd1234"
}
string
name
Optional

Name of the registry

string
description
Optional

Description of the registry

string
access_key
Optional

Access key to authenticate to the registry. For some providers it may be optional (e.g GOOGLE_ARTIFACT_REGISTRY)

string
access_secret
Optional

Access secret to authenticate to the registry