| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc users todo lists tasks attachments create --user-id {user-id} --todo-task-list-id {todoTaskList-id} --todo-task-id {todoTask-id} --body '{
\
"@odata.type": "#microsoft.graph.taskFileAttachment",
\
"name": "smile",
\
"contentBytes": "a0b1c76de9f7=",
\
"contentType": "image/gif"
\
}
\
'