New: MCP server monitoring is live. Start free trial
DatadogSchemaAdditive

Enum values changed in POST /api/v2/remote_config/products/asm/waf/custom_rules (ApplicationSecurityWafCustomRuleConditionInputAddress)

Affected surface
POST /api/v2/remote_config/products/asm/waf/custom_rules
Affected field
ApplicationSecurityWafCustomRuleConditionInputAddress

What changed

Enum values changed in POST /api/v2/remote_config/products/asm/waf/custom_rules (ApplicationSecurityWafCustomRuleConditionInputAddress) Affected surface: POST /api/v2/remote_config/products/asm/waf/custom_rules. Root cause: schema `ApplicationSecurityWafCustomRuleConditionInputAddress`. Detected at Tue, 21 Jul 2026 18:53:54 UTC UTC.

Diff

{
  "added_enums": [
    "server.io.fs.file_write",
    "server.request.body.files_content"
  ],
  "path": "POST /api/v2/remote_config/products/asm/waf/custom_rules",
  "schema_path": "schema ApplicationSecurityWafCustomRuleConditionInputAddress"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.