{
"desc": "Sets the topic for a channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Channel to set the topic of"
},
"topic": {
"required" : true,
"example" : "My Topic",
"desc" : "The new topic"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"not_in_channel": "Authenticated user is not in the channel.",
"is_archived" : "Channel has been archived.",
"too_long": "Topic was longer than 250 characters.",
"user_is_restricted" : "Setting the topic is a restricted action."
}
}