Update a To Do task in a list
PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{{TaskListId}}/tasks/{{TaskId}}
Request Body
{"dueDateTime"=>{"dateTime"=>"2021-04-19T00:00:00", "timeZone"=>"Eastern Standard Time"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |