Sha256: ba10487e198ab86c2cee0754f4374b6ac66f5cf6eb3e863b5198d9ac0f77e49a
Contents?: true
Size: 363 Bytes
Versions: 19
Compression:
Stored size: 363 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-Create_a_webhooks_integration_returns_OK_response", url: "https://example.com/webhook", }) p api_instance.create_webhooks_integration(body)
Version data entries
19 entries across 19 versions & 1 rubygems