Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 422 Bytes

File metadata and controls

26 lines (22 loc) · 422 Bytes
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"
\
}
\
'