Class: Yext::Api::AdministrativeApi::Service

Inherits:
Utils::ApiBase
  • Object
show all
Includes:
Concerns::AccountChild
Defined in:
lib/yext/api/administrative_api/service.rb

Overview

:administrative_api:

:service:
  :actions:
    - :action: :available
      :method: :get
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/availableservices
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/administrative-api/#operation/listAvailableServices
      :sandbox_only: false
    - :action: :index
      :method: :get
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/services
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/administrative-api/#operation/listServices
      :sandbox_only: false
    - :action: :destroy
      :method: :post
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/cancelservices
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/administrative-api/#operation/cancelServices
      :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