---
title: "Update checklist for task"
method: PATCH
path: "/tasks/v1/checkList/{checkListId}/{checkListItemId}"
tags: ["tasksService"]
---

# Update checklist for task

`PATCH /tasks/v1/checkList/{checkListId}/{checkListItemId}`

Update checklist for task

## Request body

- CheckListItem
  - `title` string
  - `responsibleId` string — ID of responsible person
  - `deadline` number — timestamp in seconds

## Response `200`

OK

- object
  - `id` string — checklist item id
  - `title` string
  - `responsibleId` string — ID of responsible person
  - `deadline` number — timestamp in seconds

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/uspacy-api-2.md) · [All operations](https://skmtc.net/uspacy/apis/uspacy-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/uspacy-api-2/revisions/c3f48fd1c26b/schema)
