Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 558 Bytes

File metadata and controls

36 lines (32 loc) · 558 Bytes
description Automatically generated file. DO NOT MODIFY
mgc groups threads reply post --group-id {group-id} --conversation-thread-id {conversationThread-id} --body '{
\
  "post": {
\
    "body": {
\
      "contentType": "text",
\
      "content": "Which quarter does that file cover? See my attachment."
\
    },
\
    "attachments": [{
\
      "@odata.type": "#microsoft.graph.fileAttachment",
\
      "name": "Another file as attachment",
\
      "contentBytes": "VGhpcyBpcyBhIGZpbGUgdG8gYmUgYXR0YWNoZWQu"
\
    } ]
\
  }
\
}
\
'