Enum values changed in GET /api/v1/policies (PolicyType)
- Affected surface
- GET /api/v1/policies
- Affected field
- PolicyType
What changed
Enum values changed in GET /api/v1/policies (PolicyType) Affected surface: GET /api/v1/policies. Root cause: schema `PolicyType`. Detected at Mon, 25 May 2026 17:04:57 UTC UTC.
Diff
{
"added_enums": [
"DEVICE_SIGNAL_COLLECTION",
"SESSION_VIOLATION_DETECTION",
"CLIENT_UPDATE",
"IDENTITY_CLAIM_SOURCING"
],
"path": "GET /api/v1/policies",
"removed_enums": [
"\u003cx-lifecycle class=\"ea\"\u003e\u003c/x-lifecycle\u003e CLIENT_UPDATE",
"\u003cx-lifecycle class=\"ea\"\u003e\u003c/x-lifecycle\u003e SESSION_VIOLATION_DETECTION",
"\u003cx-lifecycle class=\"ea\"\u003e\u003c/x-lifecycle\u003e DEVICE_SIGNAL_COLLECTION"
],
"schema_path": "schema PolicyType"
}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.
Related changes
Other endpoints affected by the same root cause.
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.
