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

Enum values changed in POST /api/v1/policies/{policyId}/clone (PolicyType)

Affected surface
POST /api/v1/policies/{policyId}/clone
Affected field
PolicyType

What changed

Enum values changed in POST /api/v1/policies/{policyId}/clone (PolicyType) Affected surface: POST /api/v1/policies/{policyId}/clone. 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": "POST /api/v1/policies/{policyId}/clone",
  "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.

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.