Enum values changed in GET /immigration/client/cases/{id} (ImmigrationClientCasesIdGetResponsesContentApplicationJsonSchemaDataDocumentsItemsStatus)
- Affected surface
- GET /immigration/client/cases/{id}
- Affected field
- ImmigrationClientCasesIdGetResponsesContentApplicationJsonSchemaDataDocumentsItemsStatus
What changed
Enum values changed in GET /immigration/client/cases/{id} (ImmigrationClientCasesIdGetResponsesContentApplicationJsonSchemaDataDocumentsItemsStatus) Affected surface: GET /immigration/client/cases/{id}. Root cause: schema `ImmigrationClientCasesIdGetResponsesContentApplicationJsonSchemaDataDocumentsItemsStatus`. Detected at Tue, 12 May 2026 00:21:03 UTC UTC.
Diff
{
"added_enums": [
"ACTIVE",
"EXPIRED",
"EXPIRING",
"UNKNOWN"
],
"path": "GET /immigration/client/cases/{id}",
"removed_enums": [
"APPROVED",
"REJECTED"
],
"schema_path": "schema ImmigrationClientCasesIdGetResponsesContentApplicationJsonSchemaDataDocumentsItemsStatus"
}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.
Recommended action
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.
