Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 309 Bytes

create-channel-from-group-cli-snippets.md

File metadata and controls

20 lines (16 loc) · 309 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc teams channels create --team-id {team-id} --body '{
\
  "displayName": "Architecture Discussion",
\
  "description": "This channel is where we debate all future architecture plans",
\
  "membershipType": "standard"
\
}
\
'