Sha256: 7805b69398c16bf1656440cece214098e696ed4953539da2037e6b6d6afbbe89
Contents?: true
Size: 690 Bytes
Versions: 8
Compression:
Stored size: 690 Bytes
Contents
# frozen_string_literal: true module Yext module Api module KnowledgeApi module HealthCheck # :knowledge_api: # :health_check: # :health: # :actions: # - :action: :index # :method: :get # :endpoint: https://api.yext.com/v2/healthy # :path_regex: v2/healthy # :default_version: 20161012 # :documentation: http://developer.yext.com/docs/api-reference/#operation/healthCheck # :sandbox_only: false class Health < Yext::Api::Utils::ApiBase uri("healthy") end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems