# Update (replace) feature facilities for a unit type Update the list of feature facilities associated with a specific unit type using its unique ID. This endpoint allows you to replace the existing feature facilities with a new set of facilities, updating the unit type's amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified unit type ID does not exist, a error will be returned. In case of system errors during the update process, a will be triggered. Endpoint: PUT /api/v3/unitTypes/{id}/featuresFacilities Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the unit type ## Request fields (application/json): - `ids` (array, required) List of unique identifiers Example: [1,2,3,4,5]