Correction: FlightXML3 - AirportBoards - Type Paramter

Was going to request that AirportBoards support multiple type parameters, but it already does!

For example, to get scheduled and enroute flights (but not departures or arrivals), it correctly took a type parameter of: “enroute scheduled”

As such, documentation ought to be updated: flightaware.com/commercial/flig … portBoards - perhaps to something like this:

type string? Select one or more “arrivals”, “departures”, “enroute”, “scheduled”, or “all”. Multiple parameters can be specified by separating with space, example: “arrivals departures”. Defaults to “all”

Good catch. We’ll update the docs so everyone knows they can do that.