Update registry credential
render_update_registry_credentialUpdate a Render registry credential by its ID. Redeploy services using the credential to apply updated values.
Instructions
Update registry credential. Update the registry credential with the provided ID. Services that use this credential must be redeployed to use updated values. Calls PATCH /registrycredentials/{registryCredentialId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| registry | Yes | The registry to use this credential with | |
| username | Yes | ||
| authToken | Yes | ||
| registryCredentialId | Yes | The ID of the registry credential |