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

Parameter 'anthropic-beta' is now required in POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true

Affected surface
POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true

What changed

Parameter 'anthropic-beta' is now required in POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true Affected surface: POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true. Root cause: endpoint `POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true`. Detected at Wed, 02 Sep 2026 09:49:30 UTC UTC.

Diff

{
  "added_required": [
    "anthropic-beta"
  ],
  "parameter_in": "header",
  "parameter_name": "anthropic-beta",
  "path": "POST /v1/organizations/tunnels/{tunnel_id}/certificates/{certificate_id}/archive?beta=true"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.