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