11# bimdata.ProjectApi
22
3- All URIs are relative to * https://api-beta.bimdata.io/ *
3+ All URIs are relative to * https://api-beta.bimdata.io *
44
55Method | HTTP request | Description
66------------- | ------------- | -------------
@@ -604,7 +604,7 @@ Name | Type | Description | Notes
604604
605605<a name =" fullUpdateDocument " ></a >
606606# ** fullUpdateDocument**
607- > Document fullUpdateDocument(cloudPk, id2 , projectPk, name, opts)
607+ > Document fullUpdateDocument(cloudPk, id , projectPk, name, opts)
608608
609609
610610
@@ -620,7 +620,7 @@ Bearer.apiKey = 'YOUR API KEY';
620620
621621var apiInstance = new bimdata.ProjectApi ();
622622var cloudPk = " cloudPk_example" ; // String |
623- var id2 = 56 ; // Number | A unique integer value identifying this document.
623+ var id = 56 ; // Number | A unique integer value identifying this document.
624624var projectPk = " projectPk_example" ; // String |
625625var name = " name_example" ; // String |
626626var opts = {
@@ -637,7 +637,7 @@ var opts = {
637637 ' updatedAt' : new Date (" 2013-10-20T19:20:30+01:00" ), // Date |
638638 ' ifcId' : " ifcId_example" // String |
639639};
640- apiInstance .fullUpdateDocument (cloudPk, id2 , projectPk, name, opts).then (function (data ) {
640+ apiInstance .fullUpdateDocument (cloudPk, id , projectPk, name, opts).then (function (data ) {
641641 console .log (' API called successfully. Returned data: ' + data);
642642}, function (error ) {
643643 console .error (error);
@@ -650,7 +650,7 @@ apiInstance.fullUpdateDocument(cloudPk, id2, projectPk, name, opts).then(functio
650650Name | Type | Description | Notes
651651------------- | ------------- | ------------- | -------------
652652 ** cloudPk** | ** String** | |
653- ** id2 ** | ** Number** | A unique integer value identifying this document. |
653+ ** id ** | ** Number** | A unique integer value identifying this document. |
654654 ** projectPk** | ** String** | |
655655 ** name** | ** String** | |
656656 ** id** | ** Number** | | [ optional]
0 commit comments