checklists_create
Create a new checklist inside a ClickUp task by providing the task ID and checklist name, and receive the created checklist's details.
Instructions
Create a new checklist in a ClickUp task. Returns the created checklist details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the checklist | |
| task_id | Yes | The ID of the task to create the checklist in |