{
  "args": {
    "channel_id": {
      "desc": "The channel to unarchive.",
      "example": "C12345",
      "required": true
    }
  },
  "desc": "Unarchive a public or private channel.",
  "errors": {
    "channel_not_archived": "The passed channel is not currently archived.",
    "channel_not_found": "The value passed for `channel_id` was invalid.",
    "channel_type_not_supported": "The value passed for `channel` was a DM, MPDM, or the 'general' channel",
    "could_not_unarchive_channel": "The channel could not be unarchived.",
    "default_org_wide_channel": "You can't unarchive a default org-wide channel.",
    "feature_not_enabled": "The token provided doesn't have access to this method.",
    "restricted_action": "A workspace preference prevents the authenticated user from unarchiving."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.conversations:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.conversations.write"
      }
    ]
  }
}

