New: MCP server monitoring is live. Start free
PostHogSchemaAdditive

Enum values changed in POST /api/projects/{project_id}/integrations/ (IntegrationKindEnum)

Affected surface
POST /api/projects/{project_id}/integrations/
Affected field
IntegrationKindEnum

What changed

Enum values changed in POST /api/projects/{project_id}/integrations/ (IntegrationKindEnum) Affected surface: POST /api/projects/{project_id}/integrations/. Root cause: schema `IntegrationKindEnum`. Detected at Tue, 28 Apr 2026 23:58:41 UTC UTC.

Diff

{
  "added_enums": [
    "postgresql"
  ],
  "path": "POST /api/projects/{project_id}/integrations/",
  "schema_path": "schema IntegrationKindEnum"
}

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.