Sha256: 41575eae9dfa231e8fae7543f8c41e6db4cde6117544c13ea1907aafcf617366

Contents?: true

Size: 367 Bytes

Versions: 8

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

object @webhook

extends 'api/v2/webhooks/main'

attributes :target_url,
           :event,
           :http_method,
           :http_content_type,
           :enabled,
           :verify_ssl,
           :http_headers,
           :ssl_ca_certs,
           :user

child :webhook_template do
  extends 'api/v2/webhook_templates/base'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_webhooks-3.0.1 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-2.0.1 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-3.0.0 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-2.0.0 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-1.1.0 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-1.0.0 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-0.0.3 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-0.0.2 app/views/api/v2/webhooks/show.json.rabl