---
title: "PUT /tasks/{taskId}/checklists/{checklistId}"
method: PUT
path: "/tasks/{taskId}/checklists/{checklistId}"
tags: ["slash-task-check-list"]
---

# PUT /tasks/{taskId}/checklists/{checklistId}

`PUT /tasks/{taskId}/checklists/{checklistId}`

## Path parameters

- `taskId` integer, required
- `checklistId` integer, required

## Request body

- TaskCheckListDto
  - `tenantId` integer
  - `checkListId` integer
  - `checkListName` string
  - `completed` boolean
  - `parentId` integer
  - `taskId` integer
  - `subtaskId` integer
  - `createdBy` UserMinimalDto
    - `userId` integer
    - `firstName` string
    - `email` string
    - `profilePicURL` string
    - `profilePicColor` string
    - `provider` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
  - `modifiedBy` UserMinimalDto
    - `userId` integer
    - `firstName` string
    - `email` string
    - `profilePicURL` string
    - `profilePicColor` string
    - `provider` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
  - `assignee` UserMinimalDto
    - `userId` integer
    - `firstName` string
    - `email` string
    - `profilePicURL` string
    - `profilePicColor` string
    - `provider` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
  - `orderIndex` integer
  - `parent` boolean

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/versions/237f5bbd4029/schema)
