ActualDepartureTime when switching to departed/in_flight and ActualArrivalTime when switching to landed/arrived if not explicitly supplied.
Request
Parameters
string
required
The
FlightId or FlightNumber of the flight.string
required
Target flight status. Must be one of:
scheduled: Flight is on scheduleboarding: Passengers are boardinggate_closed: Boarding closed, preparing for pushbackdeparted: Flight has pushed back / departedin_flight: Aircraft is airbornelanded: Aircraft has touched downarrived: Flight reached destination gatedelayed: Flight is experiencing delaycancelled: Flight has been cancelled
integer
Optional delay duration in minutes.
string
Optional delay reason description.
string
Optional custom actual departure timestamp (ISO 8601).
string
Optional custom actual arrival timestamp (ISO 8601).
string
Optional display note or gate announcement text.
Response
Status Codes
200: Flight status updated successfully400: Invalid status value401: API key is required404: Flight not found

