Sha256: 2102d648370baeba7c17d71c471d45a2560c85f2fc80eec87ceaca54d2eb548d
Contents?: true
Size: 391 Bytes
Versions: 19
Compression:
Stored size: 391 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: "EXAMPLECREATEACUSTOMVARIABLERETURNSOKRESPONSE", value: "CUSTOM_VARIABLE_VALUE", }) p api_instance.create_webhooks_integration_custom_variable(body)
Version data entries
19 entries across 19 versions & 1 rubygems