Method: Contentful::Management::Webhook.create
- Defined in:
- lib/contentful/management/webhook.rb
.create(client, space_id, attributes = {}) ⇒ Contentful::Management::Webhook
Creates a webhook.
41 42 43 |
# File 'lib/contentful/management/webhook.rb', line 41 def self.create(client, space_id, attributes = {}) super(client, space_id, nil, attributes) end |