Class: Yext::Api::KnowledgeApi::AccountSettings::Account

Inherits:
Utils::ApiBase
  • Object
show all
Includes:
Concerns::AccountRelations
Defined in:
lib/yext/api/knowledge_api/account_settings/account.rb

Overview

:administrative_api:

:account_settings:
  :account:
    :actions:
      - :action: :index
        :method: :get
        :endpoint: https://api.yext.com/v2/accounts
        :path_regex: v2/accounts
        :default_version: 20161012
        :documentation: http://developer.yext.com/docs/administrative-api/#operation/listAccounts
        :sandbox_only: false
      - :action: :show
        :method: :get
        :endpoint: https://api.yext.com/v2/accounts/{accountId}
        :path_regex: v2/accounts/\w+
        :default_version: 20161012
        :documentation: http://developer.yext.com/docs/administrative-api/#operation/getAccount
        :sandbox_only: false

Method Summary

Methods included from Concerns::AccountRelations

#accountId=

Methods included from Concerns::FaradayConnection

faraday_connection