Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 331 Bytes

File metadata and controls

28 lines (24 loc) · 331 Bytes
description Automatically generated file. DO NOT MODIFY
mgc drives bundles create --drive-id {drive-id} --body '{
\
  "name": "Just some files",
\
  "@microsoft.graph.conflictBehavior" : "rename",
\
  "bundle": { },
\
  "children": [
\
    { "id": "1234asdf" },
\
    { "id": "1234qwerty" }
\
  ]
\
}
\
'