| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc users todo lists tasks create --user-id {user-id} --todo-task-list-id {todoTaskList-id} --body '{
\
"title":"A new task",
\
"categories": ["Important"],
\
"linkedResources":[
\
{
\
"webUrl":"http://microsoft.com",
\
"applicationName":"Microsoft",
\
"displayName":"Microsoft"
\
}
\
]
\
}
\
'