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

Schema reference changed in GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines response 200: "API_Entities_Ci_PipelineBasic" → "inline:arr…

Schema reference changed in GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines response 200: "API_Entities_Ci_PipelineBasic" → "inline:array"

Affected surface
GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines

What changed

Schema reference changed in GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines response 200: "API_Entities_Ci_PipelineBasic" → "inline:array" Affected surface: GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines. Root cause: endpoint `GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines`. Detected at Thu, 21 May 2026 16:44:54 UTC UTC.

Diff

{
  "current_value": "inline:array",
  "path": "GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines",
  "previous_value": "API_Entities_Ci_PipelineBasic",
  "schema_path": "GET /api/v4/projects/{id}/merge_requests/{merge_request_iid}/pipelines response 200"
}

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.

Diff your serializers against the new schema. The diff above shows what moved.

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.