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

Enum values changed in PATCH /projects/{project_id} (ProjectPermissionLevel)

Affected surface
PATCH /projects/{project_id}
Affected field
ProjectPermissionLevel

What changed

Enum values changed in PATCH /projects/{project_id} (ProjectPermissionLevel) Affected surface: PATCH /projects/{project_id}. Root cause: schema `ProjectPermissionLevel`. Detected at Fri, 10 Jul 2026 05:12:24 UTC UTC.

Diff

{
  "added_enums": [
    "VIEWER",
    "EDITOR",
    "ADMIN"
  ],
  "path": "PATCH /projects/{project_id}",
  "removed_enums": [
    "CAN_EDIT",
    "CAN_MANAGE",
    "CAN_VIEW"
  ],
  "schema_path": "schema ProjectPermissionLevel"
}

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.

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.