# Set Crew Flight Hours Sets flight hours of the given crew member and returns the updated values. Endpoint: PUT /api/external/user/crew/{reference}/flighthours Version: 1.8.0 Security: API_AUTHENTICATION ## Path parameters: - `reference` (string, required) reference - an externalReference or a pilotId ## Request fields (application/json): - `multiEngine` (integer) - `pic` (integer) - `picMultiEngine` (integer) - `picSingleEngine` (integer) - `singleEngine` (integer) - `total` (integer) ## Response 200 fields (application/json): - `multiEngine` (integer) - `pic` (integer) - `picMultiEngine` (integer) - `picSingleEngine` (integer) - `singleEngine` (integer) - `total` (integer) ## Response 401 fields ## Response 403 fields ## Response 404 fields