Sha256: 4049def7bbe48e087ecdaaee1a494a4429206974d23e371f3674c3809746eec0
Contents?: true
Size: 334 Bytes
Versions: 21
Compression:
Stored size: 334 Bytes
Contents
# Create a webhooks integration returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new body = DatadogAPIClient::V1::WebhooksIntegration.new({ name: "Example-Webhooks-Integration", url: "https://example.com/webhook", }) p api_instance.create_webhooks_integration(body)
Version data entries
21 entries across 21 versions & 1 rubygems