Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 322 Bytes

File metadata and controls

20 lines (16 loc) · 322 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users events attachments create --user-id {user-id} --event-id {event-id} --body '{
\
    "@odata.type": "#microsoft.graph.fileAttachment",
\
    "name": "menu.txt",
\
    "contentBytes": "base64bWFjIGFuZCBjaGVlc2UgdG9kYXk="   
\
}
\
'