Class: Yext::Api::AdministrativeApi::AddRequest

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

Overview

:administrative_api:

:add_request:
  :actions:
    - :action: :index
      :method: :get
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/addrequests
      :path_regex: v2/accounts/[^/]+?/addrequests
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/administrative-api/#operation/listAddRequests
      :comment: Get all of the add requests in the . The response includes both New Location
                Add Requests and Existing Location Add Requests.
      :sandbox_only: false
    - :action: :show
      :method: :get
      :endpoint: https://api.yext.com/v2/accounts/{accountId}/addrequests/{addRequestId}
      :path_regex: v2/accounts/[^/]+?/addrequests/[^/]+??
      :default_version: 20161012
      :documentation: http://developer.yext.com/docs/administrative-api/#operation/getAddRequest
      :comment: Get status information about an add request previously created.
      :sandbox_only: false

Method Summary

Methods included from Concerns::AccountChild

ensure_relation, with_account_path

Methods included from Concerns::FaradayConnection

faraday_connection