update-todo-task
Update the properties of a Microsoft 365 To Do task, including title, due date, status, and more. Modify task details directly via the Graph API.
Instructions
Update the properties of a todoTask object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| todoTaskId | Yes | Path parameter: todoTaskId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |