Enum values changed in GET /projects/{project_id}/pipeline-definitions/{pipeline_definition_id}/triggers (trigger_event_preset)
- Affected surface
- GET /projects/{project_id}/pipeline-definitions/{pipeline_definition_id}/triggers
- Affected field
- trigger_event_preset
What changed
Enum values changed in GET /projects/{project_id}/pipeline-definitions/{pipeline_definition_id}/triggers (trigger_event_preset) Affected surface: GET /projects/{project_id}/pipeline-definitions/{pipeline_definition_id}/triggers. Root cause: schema `trigger_event_preset`. Detected at Tue, 02 Jun 2026 01:36:06 UTC UTC.
Diff
{
"path": "GET /projects/{project_id}/pipeline-definitions/{pipeline_definition_id}/triggers",
"removed_enums": [
"only-branch-delete"
],
"schema_path": "schema trigger_event_preset"
}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.
