{
  "args": {
    "channel": {
      "desc": "Private channel to clone and archive.",
      "required": true,
      "type": "group"
    }
  },
  "desc": "Clones and archives a private channel.",
  "errors": {
    "already_archived": "An archived group cannot be cloned",
    "channel_not_found": "Value passed for `channel` was invalid.",
    "restricted_action": "A team preference prevents the authenticated user from creating groups."
  }
}
