From 6fdb3e75dad15523d996e457c216647755b29101 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 23 Jun 2020 19:06:38 +0200 Subject: Revamp one endpoint as experiment --- opendc/models/datacenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc/models/datacenter.py') diff --git a/opendc/models/datacenter.py b/opendc/models/datacenter.py index 29f8367c..21e37b52 100644 --- a/opendc/models/datacenter.py +++ b/opendc/models/datacenter.py @@ -13,7 +13,7 @@ class Datacenter(Model): PATH = '/v1/simulations/{simulationId}/datacenters' - TABLE_NAME = 'datacenters' + COLLECTION_NAME = 'datacenters' COLUMNS = ['id', 'simulation_id', 'starred'] COLUMNS_PRIMARY_KEY = ['id'] -- cgit v1.2.3