@@ -107,7 +107,7 @@ def delete_asset_administration_shell_descriptor_by_id_with_http_info(self, aas_
107
107
['application/json' ]) # noqa: E501
108
108
109
109
# Authentication setting
110
- auth_settings = [] # noqa: E501
110
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
111
111
112
112
return self .api_client .call_api (
113
113
'/shell-descriptors/{aasIdentifier}' , 'DELETE' ,
@@ -208,7 +208,7 @@ def delete_submodel_descriptor_by_id_through_superpath_with_http_info(self, aas_
208
208
['application/json' ]) # noqa: E501
209
209
210
210
# Authentication setting
211
- auth_settings = [] # noqa: E501
211
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
212
212
213
213
return self .api_client .call_api (
214
214
'/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}' , 'DELETE' ,
@@ -309,7 +309,7 @@ def get_all_asset_administration_shell_descriptors_with_http_info(self, **kwargs
309
309
['application/json' ]) # noqa: E501
310
310
311
311
# Authentication setting
312
- auth_settings = [] # noqa: E501
312
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
313
313
314
314
return self .api_client .call_api (
315
315
'/shell-descriptors' , 'GET' ,
@@ -410,7 +410,7 @@ def get_all_submodel_descriptors_through_superpath_with_http_info(self, aas_iden
410
410
['application/json' ]) # noqa: E501
411
411
412
412
# Authentication setting
413
- auth_settings = [] # noqa: E501
413
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
414
414
415
415
return self .api_client .call_api (
416
416
'/shell-descriptors/{aasIdentifier}/submodel-descriptors' , 'GET' ,
@@ -503,7 +503,7 @@ def get_asset_administration_shell_descriptor_by_id_with_http_info(self, aas_ide
503
503
['application/json' ]) # noqa: E501
504
504
505
505
# Authentication setting
506
- auth_settings = [] # noqa: E501
506
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
507
507
508
508
return self .api_client .call_api (
509
509
'/shell-descriptors/{aasIdentifier}' , 'GET' ,
@@ -604,7 +604,7 @@ def get_submodel_descriptor_by_id_through_superpath_with_http_info(self, aas_ide
604
604
['application/json' ]) # noqa: E501
605
605
606
606
# Authentication setting
607
- auth_settings = [] # noqa: E501
607
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
608
608
609
609
return self .api_client .call_api (
610
610
'/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}' , 'GET' ,
@@ -701,7 +701,7 @@ def post_asset_administration_shell_descriptor_with_http_info(self, body, **kwar
701
701
['application/json' ]) # noqa: E501
702
702
703
703
# Authentication setting
704
- auth_settings = [] # noqa: E501
704
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
705
705
706
706
return self .api_client .call_api (
707
707
'/shell-descriptors' , 'POST' ,
@@ -806,7 +806,7 @@ def post_submodel_descriptor_through_superpath_with_http_info(self, body, aas_id
806
806
['application/json' ]) # noqa: E501
807
807
808
808
# Authentication setting
809
- auth_settings = [] # noqa: E501
809
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
810
810
811
811
return self .api_client .call_api (
812
812
'/shell-descriptors/{aasIdentifier}/submodel-descriptors' , 'POST' ,
@@ -911,7 +911,7 @@ def put_asset_administration_shell_descriptor_by_id_with_http_info(self, body, a
911
911
['application/json' ]) # noqa: E501
912
912
913
913
# Authentication setting
914
- auth_settings = [] # noqa: E501
914
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
915
915
916
916
return self .api_client .call_api (
917
917
'/shell-descriptors/{aasIdentifier}' , 'PUT' ,
@@ -1024,7 +1024,7 @@ def put_submodel_descriptor_by_id_through_superpath_with_http_info(self, body, a
1024
1024
['application/json' ]) # noqa: E501
1025
1025
1026
1026
# Authentication setting
1027
- auth_settings = [] # noqa: E501
1027
+ auth_settings = self . api_client . configuration . get_auth_settings_keys () # noqa: E501
1028
1028
1029
1029
return self .api_client .call_api (
1030
1030
'/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier}' , 'PUT' ,
0 commit comments