update

abstract suspend fun update(credentialId: String, updates: StoredCredentialUpdate)

Updates a credential with partial changes.

Only non-null fields in the update are applied.

Parameters

credentialId

The credential ID to update

updates

The partial updates to apply

Throws

if the credential is not found