Current section
Files
Jump to
Current section
Files
priv/slack/docs/channels.unarchive.json
{
"desc": "Unarchives a channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Channel to unarchive"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"not_archived" : "Channel is not archived."
}
}