lib/yext/api/knowledge_api/health_check/health.rb in yext-api-0.1.1 vs lib/yext/api/knowledge_api/health_check/health.rb in yext-api-0.1.3

- old
+ new

@@ -12,10 +12,9 @@ # :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