Rename a task list
update_tasklistRename a Google Tasks list by providing its ID and a new title. Existing tasks, order, and completion status remain unchanged, and the updated list resource is returned.
Instructions
Renames a task list (PATCH — the title is the only field the API lets you change). Tasks, their order and their completion state are untouched. Returns the updated list resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The new list title (max 1024 chars). | |
| tasklist_id | Yes | The task list id — from list_tasklists or create_tasklist output. "@default" addresses the user's default list. |