# Flight Tickets Operations related to flight tickets. ## Get Flight Tickets - [GET /api/external/flight/{flightId}/tickets](https://developer.fl3xx.com/reference/flight-tickets/getflightticketsbyflightid.md): Fetches all tickets for a specific flight, where each ticket represents a passenger assigned to the flight. ## Update Flight Tickets - [PUT /api/external/flight/{flightId}/tickets](https://developer.fl3xx.com/reference/flight-tickets/updateticketsforflightusingput.md): Updates all tickets for a specific flight. This operation replaces all previously set values. To append new tickets or edit existing ones, first retrieve the current list, update the elements, and then send the whole updated list.