updatePlan

@Transactional
@CacheEvict(value = ["tenant_plans"], key = "#tenantId")
fun updatePlan(tenantId: String, newPlan: String)(source)