Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 428 Bytes

File metadata and controls

32 lines (28 loc) · 428 Bytes
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"
\
      }
\
   ]
\
}
\
'