@@ -130,7 +130,7 @@ Bearer.apiKey = 'YOUR API KEY';
130130// Bearer.apiKeyPrefix = 'Token';
131131
132132var apiInstance = new bimdata.CloudApi ();
133- var id = " id_example " ; // String |
133+ var id = 56 ; // Number | A unique integer value identifying this cloud.
134134apiInstance .createDemo (id).then (function (data ) {
135135 console .log (' API called successfully. Returned data: ' + data);
136136}, function (error ) {
@@ -143,7 +143,7 @@ apiInstance.createDemo(id).then(function(data) {
143143
144144Name | Type | Description | Notes
145145------------- | ------------- | ------------- | -------------
146- ** id** | ** String ** | |
146+ ** id** | ** Number ** | A unique integer value identifying this cloud. |
147147
148148### Return type
149149
@@ -222,7 +222,7 @@ Bearer.apiKey = 'YOUR API KEY';
222222// Bearer.apiKeyPrefix = 'Token';
223223
224224var apiInstance = new bimdata.CloudApi ();
225- var id = " id_example " ; // String |
225+ var id = 56 ; // Number | A unique integer value identifying this cloud.
226226var cloud = new bimdata.Cloud (); // Cloud |
227227apiInstance .fullUpdateCloud (id, cloud).then (function (data ) {
228228 console .log (' API called successfully. Returned data: ' + data);
@@ -236,7 +236,7 @@ apiInstance.fullUpdateCloud(id, cloud).then(function(data) {
236236
237237Name | Type | Description | Notes
238238------------- | ------------- | ------------- | -------------
239- ** id** | ** String ** | |
239+ ** id** | ** Number ** | A unique integer value identifying this cloud. |
240240 ** cloud** | [ ** Cloud** ] ( Cloud.md ) | |
241241
242242### Return type
@@ -318,7 +318,7 @@ Bearer.apiKey = 'YOUR API KEY';
318318// Bearer.apiKeyPrefix = 'Token';
319319
320320var apiInstance = new bimdata.CloudApi ();
321- var id = " id_example " ; // String |
321+ var id = 56 ; // Number | A unique integer value identifying this cloud.
322322apiInstance .getCloud (id).then (function (data ) {
323323 console .log (' API called successfully. Returned data: ' + data);
324324}, function (error ) {
@@ -331,7 +331,7 @@ apiInstance.getCloud(id).then(function(data) {
331331
332332Name | Type | Description | Notes
333333------------- | ------------- | ------------- | -------------
334- ** id** | ** String ** | |
334+ ** id** | ** Number ** | A unique integer value identifying this cloud. |
335335
336336### Return type
337337
@@ -365,7 +365,7 @@ Bearer.apiKey = 'YOUR API KEY';
365365// Bearer.apiKeyPrefix = 'Token';
366366
367367var apiInstance = new bimdata.CloudApi ();
368- var id = " id_example " ; // String |
368+ var id = 56 ; // Number | A unique integer value identifying this cloud.
369369apiInstance .getCloudSize (id).then (function (data ) {
370370 console .log (' API called successfully. Returned data: ' + data);
371371}, function (error ) {
@@ -378,7 +378,7 @@ apiInstance.getCloudSize(id).then(function(data) {
378378
379379Name | Type | Description | Notes
380380------------- | ------------- | ------------- | -------------
381- ** id** | ** String ** | |
381+ ** id** | ** Number ** | A unique integer value identifying this cloud. |
382382
383383### Return type
384384
@@ -545,7 +545,7 @@ Bearer.apiKey = 'YOUR API KEY';
545545// Bearer.apiKeyPrefix = 'Token';
546546
547547var apiInstance = new bimdata.CloudApi ();
548- var id = " id_example " ; // String |
548+ var id = 56 ; // Number | A unique integer value identifying this cloud.
549549var cloud = new bimdata.Cloud (); // Cloud |
550550apiInstance .updateCloud (id, cloud).then (function (data ) {
551551 console .log (' API called successfully. Returned data: ' + data);
@@ -559,7 +559,7 @@ apiInstance.updateCloud(id, cloud).then(function(data) {
559559
560560Name | Type | Description | Notes
561561------------- | ------------- | ------------- | -------------
562- ** id** | ** String ** | |
562+ ** id** | ** Number ** | A unique integer value identifying this cloud. |
563563 ** cloud** | [ ** Cloud** ] ( Cloud.md ) | |
564564
565565### Return type
0 commit comments