lib/phaxio/resources/public/area_code.rb in phaxio-2.1.0.pre vs lib/phaxio/resources/public/area_code.rb in phaxio-2.1.0

- old
+ new

@@ -44,10 +44,10 @@ # "IL" or "YT") you'd like to filter by. When using this parameter, *country_code* or # *country* must also be provided. # @return [Phaxio::Resource::Collection<Phaxio::Resources::AreaCode>] A collection of # AreaCode objects. # @raise [Phaxio::Error::PhaxioError] - # @see https://www.phaxio.com/docs/api/v2/public/list_area_codes + # @see https://www.phaxio.com/docs/api/v2.1/public/list_area_codes def list params = {} response = Client.request :get, available_area_codes_endpoint, params AreaCode.response_collection response end