# Link (add) feature facilities to a development Link existing feature facilities to a specific development using its unique ID. This endpoint allows you to associate multiple feature facilities with a development, enhancing its 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 linking process, a will be triggered. Endpoint: POST /api/v3/developments/{id}/featuresFacilities/link 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]