lib/openstudio/analysis/server_api.rb in openstudio-analysis-1.0.0.pre.rc4 vs lib/openstudio/analysis/server_api.rb in openstudio-analysis-1.0.0.pre.rc5

- old
+ new

@@ -714,10 +714,10 @@ # Return the JSON (Full) of the datapoint def get_datapoint(data_point_id) data_point = nil - resp = @conn.get "/data_points/#{data_point_id}/show_full.json" + resp = @conn.get "/data_points/#{data_point_id}.json" if resp.status == 200 data_point = JSON.parse resp.body, symbolize_names: true end data_point