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

# Create checklist for task

`POST /tasks/v1/checkList/{checkListId}`

Create 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.md) · [All operations](https://skmtc.net/uspacy/apis/uspacy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/uspacy-api/versions/c3f48fd1c26b/schema)
