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

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

Affected surface
POST /projects/{project_id}/recover
Affected field
ProjectPermissionLevel

What changed

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

Diff

{
  "added_enums": [
    "VIEWER",
    "EDITOR",
    "ADMIN"
  ],
  "path": "POST /projects/{project_id}/recover",
  "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.