diff --git a/Web-API-Spec.md b/Web-API-Spec.md index a904d99..7f5b42c 100644 --- a/Web-API-Spec.md +++ b/Web-API-Spec.md @@ -102,14 +102,14 @@ Content-Type: application/json { "clusterName": "yourCluster", - "totalPlayerCount": "50", - "totalGameServers": "1", - "totalPlanetServers": "1", - "totalTutorialSceneCount": "1", - "lastLoadingStateTime": "456456", - "clusterStartupTime": "600", - "timeClusterWentIntoLoadingState": "0", - "webUpdateIntervalSeconds": "5", + "totalPlayerCount": 50, + "totalGameServers": 1, + "totalPlanetServers": 1, + "totalTutorialSceneCount": 1, + "lastLoadingStateTime": 456456, + "clusterStartupTime": 600, + "timeClusterWentIntoLoadingState": 0, + "webUpdateIntervalSeconds": 5, "secretKey": "somesuperdupersecretkey" } ```