lib/checkr/eviction_search.rb in checkr-official-1.5.2 vs lib/checkr/eviction_search.rb in checkr-official-1.5.3
- old
+ new
@@ -7,10 +7,10 @@
attribute :records
api_class_method :retrieve, :get, ":path/:id", :arguments => [:id]
def self.path
- "/v1/evictions"
+ "/v1/eviction_searches"
end
APIClass.register_subclass(self, "eviction_search")
end
end