edit Generated Password

@Modifying
@Query(value = ""UPDATE " + PASSWORDS_KEY + " SET " + TAIL_KEY + "=:" + TAIL_KEY + "," + SCOPES_KEY + "=:" + SCOPES_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun editGeneratedPassword(    @Param(value = "tail") tail: String,     @Param(value = "scopes") scopes: String,     @Param(value = "id") passwordId: String)

Query used to edit a GENERATED password

Parameters

tail

The tail of the password

scopes

The scopes of the password

passwordId

The identifier of the password