Skip to main content
Update flight properties such as flight number, gate assignments, departure/arrival schedules, delay notes, or seat capacity allocations.

Request

Parameters

string
required
The FlightId or FlightNumber of the flight to update.
string
Updated flight number.
string
Updated origin gate ID.
string
Updated origin gate label.
string
Updated destination gate ID.
string
Updated destination gate label.
string
Updated scheduled departure timestamp.
string
Updated estimated departure timestamp.
integer
Minutes of delay.
string
Reason for delay.
string
Custom remarks or announcement text.
array
Updated array of ticket class allocations.

Response

Status Codes

  • 200: Flight updated successfully
  • 400: Invalid parameters
  • 401: API key is required
  • 404: Flight not found