edit Inserted Password

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

Query used to edit a INSERTED password

Parameters

tail

The tail of the password

scopes

The scopes of the password

password

The password value

passwordId

The identifier of the password