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

Parameter 'name' type changed from 'integer' to 'string' in DELETE /api/v4/features/{name}

Affected surface
DELETE /api/v4/features/{name}
Affected field
name@path

What changed

Parameter 'name' type changed from 'integer' to 'string' in DELETE /api/v4/features/{name} Affected surface: DELETE /api/v4/features/{name}. Root cause: parameter `name@path`. Detected at Tue, 14 Jul 2026 19:51:11 UTC UTC.

Diff

{
  "current_value": "string",
  "parameter_in": "path",
  "parameter_name": "name",
  "path": "DELETE /api/v4/features/{name}",
  "previous_value": "integer"
}

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 serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.

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.