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