pub async fn update_aircraft(
    __arg0: Extension<GrpcClients>,
    __arg1: Json<UpdateAircraftPayload>
) -> Result<String, (StatusCode, String)>
Expand description

Update/modify an Aircraft in the database.

This will update the aircraft’s information.