Update a Registry
Update a Registry
Update a registry’s display name and/or credentials.
You can update:
- name: New display name (must be unique within the organization)
- url, username, password: New credentials (all three must be provided together)
PATCH
Update a Registry
Path Parameters
Registry name
Body
application/json
Request model for updating a private container registry.
You can update the display name alone, or update credentials (url + username + password must all be provided together).
New display name for the registry (max 63 chars, DNS-1035 format). Must be unique within the organization.
New registry URL
New username for authenticating with the registry
New password or access token for authenticating with the registry
Response
Successful Response