update_task_list
Update the title of an existing Google Task list. Provide the task list ID and new title to apply the change, with user email for authentication.
Instructions
Update an existing task list.
Args: user_google_email (str): The user's Google email address. Required. task_list_id (str): The ID of the task list to update. title (str): The new title for the task list.
Returns: str: Confirmation message with updated task list details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| task_list_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |