Sha256: 17a5792951fad903a9d0c41943715bdbf9bc430cb276fb0e06ac423f5004f12e

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 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,
           :proxy_authorization,
           :http_headers,
           :ssl_ca_certs,
           :user

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_webhooks-3.0.4 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-2.0.2 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-3.0.3 app/views/api/v2/webhooks/show.json.rabl
foreman_webhooks-3.0.2 app/views/api/v2/webhooks/show.json.rabl