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

Parameter 'configVersion' added to POST /v1/security/firewall/config/{configVersion}/activate

Affected surface
POST /v1/security/firewall/config/{configVersion}/activate
Affected field
configVersion@path

What changed

Parameter 'configVersion' added to POST /v1/security/firewall/config/{configVersion}/activate Affected surface: POST /v1/security/firewall/config/{configVersion}/activate. Root cause: parameter `configVersion@path`. Detected at Fri, 24 Jul 2026 21:01:49 UTC UTC.

Diff

{
  "added_required": [
    "configVersion"
  ],
  "parameter_in": "path",
  "parameter_name": "configVersion",
  "path": "POST /v1/security/firewall/config/{configVersion}/activate"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Review the change above against your usage. Most behavioral shifts don't require code changes, but it's worth a quick audit.

Related changes

Other endpoints affected by the same root cause.

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.