{
  "args": {
    "channel_ids": {
      "desc": "An array of channel IDs.",
      "required": true,
      "type": "array"
    },
    "target_team_id": {
      "desc": "Target team ID",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Move public or private channels in bulk.",
  "errors": {
    "action_already_in_progress": "Another bulk action request is currently in progress",
    "no_valid_channels": "All input channels are invalid",
    "restricted_action": "User does not have permission to perform this action",
    "target_team_not_found": "Target team ID provided does not exist",
    "team_not_found": "Target team cannot be found"
  },
  "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"
      }
    ]
  }
}

