{
"desc": "Sets the purpose for a private channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Private channel to set the purpose of"
},
"purpose": {
"required" : true,
"example" : "My Purpose",
"desc" : "The new purpose"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"is_archived": "Private group has been archived",
"too_long": "Purpose was longer than 250 characters.",
"user_is_restricted" : "Setting the purpose is a restricted action."
}
}