# Update (replace) feature facilities for a development Update the list of feature facilities associated with a specific development using its unique ID. This endpoint allows you to replace the existing feature facilities with a new set of facilities, updating the development's amenities and services. The request body should contain a list of feature facility IDs to be linked. If the specified development 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/developments/{id}/featuresFacilities Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the development ## Request fields (application/json): - `ids` (array, required) List of unique identifiers Example: [1,2,3,4,5]