Enum values changed in POST /rest/v1/notes/model/customFields (HttpStatus)
- Affected surface
- POST /rest/v1/notes/model/customFields
- Affected field
- HttpStatus
What changed
Enum values changed in POST /rest/v1/notes/model/customFields (HttpStatus) Affected surface: POST /rest/v1/notes/model/customFields. 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": "POST /rest/v1/notes/model/customFields",
"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.
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.
