Usage
todo list set [options]
Description
Update a Microsoft To Do task list
Options
| Option |
Description |
-i, --id <id> |
The ID of the list to update |
-n, --name <name> |
The name of the task list |
Additional Information
PATCH https://graph.microsoft.com/beta/me/todo/lists/<id>
{ "displayName":"<name>" }
Usage
todo list set [options]Description
Update a Microsoft To Do task list
Options
-i, --id <id>-n, --name <name>Additional Information