| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc users messages attachments create --user-id {user-id} --message-id {message-id} --body '{
\
"@odata.type": "microsoft.graph.fileAttachment",
\
"name": "name-value",
\
"contentType": "contentType-value",
\
"isInline": false,
\
"contentLocation": "contentLocation-value",
\
"contentBytes": "base64-contentBytes-value"
\
}
\
'