Update registry credential
render_update_registry_credentialUpdate a registry credential by its ID. Services using this credential must be redeployed to apply the 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 |