Sha256: 32fa70ab6e56a5fb76217317f3163fbdfc37b547c9234cf8c93e7549511d4539
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 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 # :comment: The Health Check endpoint allows you to monitor the status of Yext's systems. # :sandbox_only: false class Health < Yext::Api::Utils::ApiBase uri("healthy") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yext-api-0.1.1 | lib/yext/api/knowledge_api/health_check/health.rb |