# Update Flight Luggage Updates luggage information for a specific flight using its flight ID. Endpoint: PUT /api/external/flight/{id}/pax_details/luggage Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `id` (integer, required) id ## Request fields (application/json): - `comment` (string) - `luggageWeight` (number) - `ticketId` (integer) ## Response 200 fields (application/json): - `comment` (string) - `luggageWeight` (number) - `ticketId` (integer)