Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 670 Bytes

File metadata and controls

42 lines (38 loc) · 670 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": "I attached a reference to a file on OneDrive."
\
    },
\
    "attachments": [{
\
      "@odata.type": "#microsoft.graph.referenceAttachment", 
\
      "name": "Personal pictures", 
\
      "sourceUrl": "https://contoso.com/personal/mario_contoso_net/Documents/Pics", 
\
      "providerType": "oneDriveConsumer", 
\
      "permission": "Edit", 
\
      "isFolder": "True"
\
    } ]
\
  }
\
}
\
'