Method: Contentful::Management::WebhookHealth.find

Defined in:
lib/contentful/management/webhook_health.rb

.find(client, space_id, webhook_id) ⇒ Contentful::Management::WebhookHealth

Gets a webhook’s health details by ID

Parameters:

Returns:



23
24
25
# File 'lib/contentful/management/webhook_health.rb', line 23

def self.find(client, space_id, webhook_id)
  ClientWebhookHealthMethodsFactory.new(client, space_id).find(webhook_id)
end