Current section
Files
Jump to
Current section
Files
priv/docs/methods/groups.create.json
{
"args": {
"name": {
"desc": "Name of private channel to create",
"required": true
}
},
"desc": "Creates a private channel.",
"errors": {
"name_taken": "A group cannot be created with the given name.",
"no_channel": "No group name was passed.",
"restricted_action": "A team preference prevents the authenticated user from creating groups."
}
}