Sha256: 07b63965908fbdc1089a76f93d129e6b0e7237cae747d47039a9abfc80a93938
Contents?: true
Size: 1.11 KB
Versions: 8
Compression:
Stored size: 1.11 KB
Contents
# frozen_string_literal: true module Yext module Api module KnowledgeApi module AccountSettings # :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 class Account < Yext::Api::Utils::ApiBase include Yext::Api::Concerns::AccountRelations end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems