update_list
Update a ClickUp list's name, content, due date, priority, assignee, or status. Only specified fields change, returning the modified list.
Instructions
Update a List — change its name, content, due date, priority, default assignee or status. Only the provided fields change. Returns the updated List.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the List to update. | |
| name | No | Display name of the List. | |
| content | No | List description / notes shown at the top of the List. | |
| due_date | No | Due date for the List. Accepts natural language ('tomorrow', 'in 3 days'), ISO date, or epoch milliseconds. | |
| due_date_time | No | If true, the due_date includes a specific time of day (not just a date). | |
| priority | No | Priority: 1=urgent, 2=high, 3=normal, 4=low. | |
| assignee | No | User id set as the default assignee for new tasks in the List. | |
| status | No | List color/status name (the List's accent label). |