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

Enum values changed in GET /rest/v1/notes/model (HttpStatus)

Affected surface
GET /rest/v1/notes/model
Affected field
HttpStatus

What changed

Enum values changed in GET /rest/v1/notes/model (HttpStatus) Affected surface: GET /rest/v1/notes/model. Root cause: schema `HttpStatus`. Detected at Fri, 31 Jul 2026 04:18:48 UTC UTC.

Diff

{
  "added_enums": [
    "413 CONTENT_TOO_LARGE",
    "422 UNPROCESSABLE_CONTENT",
    "421 MISDIRECTED_REQUEST"
  ],
  "path": "GET /rest/v1/notes/model",
  "removed_enums": [
    "103 CHECKPOINT",
    "419 INSUFFICIENT_SPACE_ON_RESOURCE",
    "421 DESTINATION_LOCKED",
    "305 USE_PROXY",
    "414 REQUEST_URI_TOO_LONG",
    "302 MOVED_TEMPORARILY",
    "413 REQUEST_ENTITY_TOO_LARGE",
    "420 METHOD_FAILURE"
  ],
  "schema_path": "schema HttpStatus"
}

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.