flights

Partial update of Flight record

Partial update of Flight record

patch/v3/flights/{id}/

Path parameters

idinteger required

A unique integer value identifying this aircraft schedule.

Request body

idinteger
flight_idinteger

ID of created flight record

registration_numberstring

Aircraft registration number

dep_airport_icaostring

Departure airport ICAO code. DEPRECATED: use 'dep_airport' instead

arrival_airport_icaostring

Arrival airport ICAO code. DEPRECATED: use 'arr_airport' instead

dep_date_utcstring date-time

Departure date in format "yyyy-mm-ddThh:mm" (needs to be earlier than "arr_date_utc")

arr_date_utcstring date-time

Arrival date in format "yyyy-mm-ddThh:mm"

commentstring nullable

Commentary about flight record (should be less than 100 symbols)

Response

idinteger required
flight_idinteger required

ID of created flight record

registration_numberstring required

Aircraft registration number

dep_airport_icaostring

Departure airport ICAO code. DEPRECATED: use 'dep_airport' instead

arrival_airport_icaostring

Arrival airport ICAO code. DEPRECATED: use 'arr_airport' instead

dep_date_utcstring date-time required

Departure date in format "yyyy-mm-ddThh:mm" (needs to be earlier than "arr_date_utc")

arr_date_utcstring date-time required

Arrival date in format "yyyy-mm-ddThh:mm"

commentstring nullable

Commentary about flight record (should be less than 100 symbols)

Changes

No recorded changes to this endpoint across all 1 revision of this API.