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

Required fields added in POST /api/v1/tasks/{task_id} (ItemSyncView)

Affected surface
POST /api/v1/tasks/{task_id}
Affected field
ItemSyncView

What changed

Required fields added in POST /api/v1/tasks/{task_id} (ItemSyncView) Affected surface: POST /api/v1/tasks/{task_id}. Root cause: schema `ItemSyncView`. Detected at Thu, 04 Jun 2026 02:00:46 UTC UTC.

Diff

{
  "added_required": [
    "completed_count",
    "postponed_count"
  ],
  "path": "POST /api/v1/tasks/{task_id}",
  "schema_path": "schema ItemSyncView"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.