Sha256: 367584f031848b1bc0629e767dcf1f99a78dbd8f91298ae2850796488694f5d6
Contents?: true
Size: 372 Bytes
Versions: 19
Compression:
Stored size: 372 Bytes
Contents
# Create a custom variable returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new body = DatadogAPIClient::V1::WebhooksIntegrationCustomVariable.new({ is_secret: true, name: "EXAMPLEWEBHOOKSINTEGRATION", value: "CUSTOM_VARIABLE_VALUE", }) p api_instance.create_webhooks_integration_custom_variable(body)
Version data entries
19 entries across 19 versions & 1 rubygems