@@ -646,7 +646,7 @@ Name | Type | Description | Notes
646646
647647## deleteComment
648648
649- > deleteComment(guid, projectsPk, topicsGuid, opts )
649+ > deleteComment(guid, projectsPk, topicsGuid)
650650
651651Delete a comment
652652
@@ -678,10 +678,7 @@ let apiInstance = new bimdata.BcfApi();
678678let guid = " guid_example" ; // String |
679679let projectsPk = 56 ; // Number | A unique integer value identifying this project.
680680let topicsGuid = " topicsGuid_example" ; // String |
681- let opts = {
682- ' commentRequest' : new bimdata.CommentRequest () // CommentRequest |
683- };
684- apiInstance .deleteComment (guid, projectsPk, topicsGuid, opts).then (() => {
681+ apiInstance .deleteComment (guid, projectsPk, topicsGuid).then (() => {
685682 console .log (' API called successfully.' );
686683}, (error ) => {
687684 console .error (error);
@@ -697,7 +694,6 @@ Name | Type | Description | Notes
697694 ** guid** | ** String** | |
698695 ** projectsPk** | ** Number** | A unique integer value identifying this project. |
699696 ** topicsGuid** | ** String** | |
700- ** commentRequest** | [ ** CommentRequest** ] ( CommentRequest.md ) | | [ optional]
701697
702698### Return type
703699
@@ -709,13 +705,13 @@ null (empty response body)
709705
710706### HTTP request headers
711707
712- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
708+ - ** Content-Type** : Not defined
713709- ** Accept** : Not defined
714710
715711
716712## deleteExtensionLabel
717713
718- > deleteExtensionLabel(id, projectsPk, labelRequest )
714+ > deleteExtensionLabel(id, projectsPk)
719715
720716Delete a Label
721717
@@ -746,8 +742,7 @@ Bearer.apiKey = 'YOUR API KEY';
746742let apiInstance = new bimdata.BcfApi ();
747743let id = 56 ; // Number | A unique integer value identifying this label.
748744let projectsPk = 56 ; // Number |
749- let labelRequest = new bimdata.LabelRequest (); // LabelRequest |
750- apiInstance .deleteExtensionLabel (id, projectsPk, labelRequest).then (() => {
745+ apiInstance .deleteExtensionLabel (id, projectsPk).then (() => {
751746 console .log (' API called successfully.' );
752747}, (error ) => {
753748 console .error (error);
@@ -762,7 +757,6 @@ Name | Type | Description | Notes
762757------------- | ------------- | ------------- | -------------
763758 ** id** | ** Number** | A unique integer value identifying this label. |
764759 ** projectsPk** | ** Number** | |
765- ** labelRequest** | [ ** LabelRequest** ] ( LabelRequest.md ) | |
766760
767761### Return type
768762
@@ -774,13 +768,13 @@ null (empty response body)
774768
775769### HTTP request headers
776770
777- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
771+ - ** Content-Type** : Not defined
778772- ** Accept** : Not defined
779773
780774
781775## deleteExtensionPriority
782776
783- > deleteExtensionPriority(id, projectsPk, priorityRequest )
777+ > deleteExtensionPriority(id, projectsPk)
784778
785779Delete a Priority
786780
@@ -811,8 +805,7 @@ Bearer.apiKey = 'YOUR API KEY';
811805let apiInstance = new bimdata.BcfApi ();
812806let id = 56 ; // Number | A unique integer value identifying this priority.
813807let projectsPk = 56 ; // Number |
814- let priorityRequest = new bimdata.PriorityRequest (); // PriorityRequest |
815- apiInstance .deleteExtensionPriority (id, projectsPk, priorityRequest).then (() => {
808+ apiInstance .deleteExtensionPriority (id, projectsPk).then (() => {
816809 console .log (' API called successfully.' );
817810}, (error ) => {
818811 console .error (error);
@@ -827,7 +820,6 @@ Name | Type | Description | Notes
827820------------- | ------------- | ------------- | -------------
828821 ** id** | ** Number** | A unique integer value identifying this priority. |
829822 ** projectsPk** | ** Number** | |
830- ** priorityRequest** | [ ** PriorityRequest** ] ( PriorityRequest.md ) | |
831823
832824### Return type
833825
@@ -839,13 +831,13 @@ null (empty response body)
839831
840832### HTTP request headers
841833
842- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
834+ - ** Content-Type** : Not defined
843835- ** Accept** : Not defined
844836
845837
846838## deleteExtensionStage
847839
848- > deleteExtensionStage(id, projectsPk, stageRequest )
840+ > deleteExtensionStage(id, projectsPk)
849841
850842Delete a Stage
851843
@@ -876,8 +868,7 @@ Bearer.apiKey = 'YOUR API KEY';
876868let apiInstance = new bimdata.BcfApi ();
877869let id = 56 ; // Number | A unique integer value identifying this stage.
878870let projectsPk = 56 ; // Number |
879- let stageRequest = new bimdata.StageRequest (); // StageRequest |
880- apiInstance .deleteExtensionStage (id, projectsPk, stageRequest).then (() => {
871+ apiInstance .deleteExtensionStage (id, projectsPk).then (() => {
881872 console .log (' API called successfully.' );
882873}, (error ) => {
883874 console .error (error);
@@ -892,7 +883,6 @@ Name | Type | Description | Notes
892883------------- | ------------- | ------------- | -------------
893884 ** id** | ** Number** | A unique integer value identifying this stage. |
894885 ** projectsPk** | ** Number** | |
895- ** stageRequest** | [ ** StageRequest** ] ( StageRequest.md ) | |
896886
897887### Return type
898888
@@ -904,13 +894,13 @@ null (empty response body)
904894
905895### HTTP request headers
906896
907- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
897+ - ** Content-Type** : Not defined
908898- ** Accept** : Not defined
909899
910900
911901## deleteExtensionStatus
912902
913- > deleteExtensionStatus(id, projectsPk, topicStatusRequest )
903+ > deleteExtensionStatus(id, projectsPk)
914904
915905Delete a TopicStatus
916906
@@ -941,8 +931,7 @@ Bearer.apiKey = 'YOUR API KEY';
941931let apiInstance = new bimdata.BcfApi ();
942932let id = 56 ; // Number | A unique integer value identifying this topic status.
943933let projectsPk = 56 ; // Number |
944- let topicStatusRequest = new bimdata.TopicStatusRequest (); // TopicStatusRequest |
945- apiInstance .deleteExtensionStatus (id, projectsPk, topicStatusRequest).then (() => {
934+ apiInstance .deleteExtensionStatus (id, projectsPk).then (() => {
946935 console .log (' API called successfully.' );
947936}, (error ) => {
948937 console .error (error);
@@ -957,7 +946,6 @@ Name | Type | Description | Notes
957946------------- | ------------- | ------------- | -------------
958947 ** id** | ** Number** | A unique integer value identifying this topic status. |
959948 ** projectsPk** | ** Number** | |
960- ** topicStatusRequest** | [ ** TopicStatusRequest** ] ( TopicStatusRequest.md ) | |
961949
962950### Return type
963951
@@ -969,13 +957,13 @@ null (empty response body)
969957
970958### HTTP request headers
971959
972- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
960+ - ** Content-Type** : Not defined
973961- ** Accept** : Not defined
974962
975963
976964## deleteExtensionType
977965
978- > deleteExtensionType(id, projectsPk, topicTypeRequest )
966+ > deleteExtensionType(id, projectsPk)
979967
980968Delete a TopicType
981969
@@ -1006,8 +994,7 @@ Bearer.apiKey = 'YOUR API KEY';
1006994let apiInstance = new bimdata.BcfApi ();
1007995let id = 56 ; // Number | A unique integer value identifying this topic type.
1008996let projectsPk = 56 ; // Number |
1009- let topicTypeRequest = new bimdata.TopicTypeRequest (); // TopicTypeRequest |
1010- apiInstance .deleteExtensionType (id, projectsPk, topicTypeRequest).then (() => {
997+ apiInstance .deleteExtensionType (id, projectsPk).then (() => {
1011998 console .log (' API called successfully.' );
1012999}, (error ) => {
10131000 console .error (error);
@@ -1022,7 +1009,6 @@ Name | Type | Description | Notes
10221009------------- | ------------- | ------------- | -------------
10231010 ** id** | ** Number** | A unique integer value identifying this topic type. |
10241011 ** projectsPk** | ** Number** | |
1025- ** topicTypeRequest** | [ ** TopicTypeRequest** ] ( TopicTypeRequest.md ) | |
10261012
10271013### Return type
10281014
@@ -1034,13 +1020,13 @@ null (empty response body)
10341020
10351021### HTTP request headers
10361022
1037- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
1023+ - ** Content-Type** : Not defined
10381024- ** Accept** : Not defined
10391025
10401026
10411027## deleteTopic
10421028
1043- > deleteTopic(guid, projectsPk, topicRequest )
1029+ > deleteTopic(guid, projectsPk)
10441030
10451031Delete a topic
10461032
@@ -1071,8 +1057,7 @@ Bearer.apiKey = 'YOUR API KEY';
10711057let apiInstance = new bimdata.BcfApi ();
10721058let guid = " guid_example" ; // String |
10731059let projectsPk = 56 ; // Number |
1074- let topicRequest = new bimdata.TopicRequest (); // TopicRequest |
1075- apiInstance .deleteTopic (guid, projectsPk, topicRequest).then (() => {
1060+ apiInstance .deleteTopic (guid, projectsPk).then (() => {
10761061 console .log (' API called successfully.' );
10771062}, (error ) => {
10781063 console .error (error);
@@ -1087,7 +1072,6 @@ Name | Type | Description | Notes
10871072------------- | ------------- | ------------- | -------------
10881073 ** guid** | ** String** | |
10891074 ** projectsPk** | ** Number** | |
1090- ** topicRequest** | [ ** TopicRequest** ] ( TopicRequest.md ) | |
10911075
10921076### Return type
10931077
@@ -1099,7 +1083,7 @@ null (empty response body)
10991083
11001084### HTTP request headers
11011085
1102- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
1086+ - ** Content-Type** : Not defined
11031087- ** Accept** : Not defined
11041088
11051089
@@ -1138,8 +1122,7 @@ let guid = "guid_example"; // String |
11381122let projectsPk = 56 ; // Number |
11391123let topicsGuid = " topicsGuid_example" ; // String |
11401124let opts = {
1141- ' imgFormat' : " imgFormat_example" , // String | All snapshot_data will be returned as url instead of base64
1142- ' viewpointRequest' : new bimdata.ViewpointRequest () // ViewpointRequest |
1125+ ' imgFormat' : " imgFormat_example" // String | All snapshot_data will be returned as url instead of base64
11431126};
11441127apiInstance .deleteViewpoint (guid, projectsPk, topicsGuid, opts).then (() => {
11451128 console .log (' API called successfully.' );
@@ -1158,7 +1141,6 @@ Name | Type | Description | Notes
11581141 ** projectsPk** | ** Number** | |
11591142 ** topicsGuid** | ** String** | |
11601143 ** imgFormat** | ** String** | All snapshot_data will be returned as url instead of base64 | [ optional]
1161- ** viewpointRequest** | [ ** ViewpointRequest** ] ( ViewpointRequest.md ) | | [ optional]
11621144
11631145### Return type
11641146
@@ -1170,7 +1152,7 @@ null (empty response body)
11701152
11711153### HTTP request headers
11721154
1173- - ** Content-Type** : application/json, application/x-www-form-urlencoded, multipart/form-data
1155+ - ** Content-Type** : Not defined
11741156- ** Accept** : Not defined
11751157
11761158
0 commit comments