Enum values changed in PUT /api/v1/users/{userId}/risk (UserRiskLevelPut)
- Affected surface
- PUT /api/v1/users/{userId}/risk
- Affected field
- UserRiskLevelPut
What changed
Enum values changed in PUT /api/v1/users/{userId}/risk (UserRiskLevelPut) Affected surface: PUT /api/v1/users/{userId}/risk. Root cause: schema `UserRiskLevelPut`. Detected at Mon, 25 May 2026 17:04:57 UTC UTC.
Diff
{
"added_enums": [
"MEDIUM"
],
"path": "PUT /api/v1/users/{userId}/risk",
"schema_path": "schema UserRiskLevelPut"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
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.
