Current section
Files
Jump to
Current section
Files
lib/slack/web/docs/groups.rename.json
{
"args": {
"channel": {
"desc": "Private channel to rename",
"required": true,
"type": "channel"
},
"name": {
"desc": "New name for private channel.",
"required": true
}
},
"desc": "Renames a private channel.",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"invalid_name": "New name is invalid",
"name_taken": "New channel name is taken"
}
}