lib/yext/api/live_api/location.rb in yext-api-0.1.1 vs lib/yext/api/live_api/location.rb in yext-api-0.1.3
- old
+ new
@@ -13,20 +13,16 @@
# :method: :get
# :endpoint: https://liveapi.yext.com/v2/accounts/{accountId}/locations
# :path_regex: https://liveapi.yext.com/v2/accounts/[^/]+?/locations
# :default_version: 20161012
# :documentation: http://developer.yext.com/docs/live-api/#operation/locationsList
- # :comment: >
- # Get multiple Locations (primary profile only). Filters are evaluated against all language
- # profiles as well as the primary profile.
# :sandbox_only: false
# - :action: :show
# :method: :get
# :endpoint: https://liveapi.yext.com/v2/accounts/{accountId}/locations/{locationId}
# :path_regex: https://liveapi.yext.com/v2/accounts/[^/]+?/locations/[^/]+??
# :default_version: 20161012
# :documentation: http://developer.yext.com/docs/live-api/#operation/getLocation
- # :comment: Gets the primary profile for a single Location.
# :sandbox_only: false
class Location < Yext::Api::Utils::ApiBase
include Yext::Api::Concerns::AccountChild
live_api