Update a Building
PUT http://localhost:3000/api/buildings/4
Request Body
[{"name"=>"name", "value"=>"modifiedName", "datatype"=>"string"}, {"name"=>"address", "value"=>"modifiedAddress", "datatype"=>"string"}]
PUT http://localhost:3000/api/buildings/4
[{"name"=>"name", "value"=>"modifiedName", "datatype"=>"string"}, {"name"=>"address", "value"=>"modifiedAddress", "datatype"=>"string"}]