Update credential by id
updateCredentialUpdate a login by id. At least one of password or otp_secret must remain set after the update. Editing a team-shared login or toggling sharing requires manager role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| domain | No | ||
| shared | No | ||
| userId | Yes | ||
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| password | No | ||
| username | No | ||
| otp_secret | No |