Sha256: cf9db0a2e21624f17d9315208d5c8de1557f8680c2cb1c41c3f2f9d93b418b09
Contents?: true
Size: 395 Bytes
Versions: 38
Compression:
Stored size: 395 Bytes
Contents
# Update a webhook returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new # there is a valid "webhook" in the system WEBHOOK_NAME = ENV["WEBHOOK_NAME"] body = DatadogAPIClient::V1::WebhooksIntegrationUpdateRequest.new({ url: "https://example.com/webhook-updated", }) p api_instance.update_webhooks_integration(WEBHOOK_NAME, body)
Version data entries
38 entries across 38 versions & 1 rubygems