update-todo-task-list
Update the name or properties of a Microsoft To Do task list. Rename a list by providing a new displayName.
Instructions
Update the properties of a todoTaskList object.
💡 TIP: Renames a Microsoft To Do task list. Body: { displayName: 'New name' }. Only displayName is writable. Built-in lists (Flagged emails, the default Tasks list) cannot be renamed — the API returns an error. Get list ids via list-todo-task-lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |