Class: Yext::Api::KnowledgeApi::Powerlistings::Listing

Inherits:
Utils::ApiBase
  • Object
show all
Includes:
Concerns::AccountChild
Defined in:
lib/yext/api/knowledge_api/powerlistings/listing.rb

Overview

:knowledge_api:

:powerlistings:
  :listing:
    - :action: :index
      :method: :get
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/powerlistings/listings
      :path_regex: v2/accounts/[^/]+?/powerlistings/listings
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/api-reference/#operation/listListings
      :sandbox_only: false
    - :action: :opt_in
      :method: :put
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/powerlistings/listings/optin
      :path_regex: v2/accounts/[^/]+?/powerlistings/listings/optin
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/api-reference/#operation/optInListings
      :sandbox_only: false
    - :action: :opt_out
      :method: :put
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/powerlistings/listings/optout
      :path_regex: v2/accounts/[^/]+?/powerlistings/listings/optout
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/api-reference/#operation/optOutListings
      :sandbox_only: false

Method Summary

Methods included from Concerns::AccountChild

#accountId=, association_name, ensure_relation, with_account_path

Methods included from Concerns::FaradayConnection

faraday_connection