@@ -110,7 +110,7 @@ def delete_alerting_interactionstats_alert(self, alert_id, **kwargs):
110110 select_header_content_type (['application/json' ])
111111
112112 # Authentication setting
113- auth_settings = ['PureCloud Auth ' ]
113+ auth_settings = ['PureCloud OAuth ' ]
114114
115115 response = self .api_client .call_api (resource_path , 'DELETE' ,
116116 path_params ,
@@ -188,7 +188,7 @@ def delete_alerting_interactionstats_rule(self, rule_id, **kwargs):
188188 select_header_content_type (['application/json' ])
189189
190190 # Authentication setting
191- auth_settings = ['PureCloud Auth ' ]
191+ auth_settings = ['PureCloud OAuth ' ]
192192
193193 response = self .api_client .call_api (resource_path , 'DELETE' ,
194194 path_params ,
@@ -260,7 +260,7 @@ def get_alerting_alerts_active(self, **kwargs):
260260 select_header_content_type (['application/json' ])
261261
262262 # Authentication setting
263- auth_settings = ['PureCloud Auth ' ]
263+ auth_settings = ['PureCloud OAuth ' ]
264264
265265 response = self .api_client .call_api (resource_path , 'GET' ,
266266 path_params ,
@@ -341,7 +341,7 @@ def get_alerting_interactionstats_alert(self, alert_id, **kwargs):
341341 select_header_content_type (['application/json' ])
342342
343343 # Authentication setting
344- auth_settings = ['PureCloud Auth ' ]
344+ auth_settings = ['PureCloud OAuth ' ]
345345
346346 response = self .api_client .call_api (resource_path , 'GET' ,
347347 path_params ,
@@ -416,7 +416,7 @@ def get_alerting_interactionstats_alerts(self, **kwargs):
416416 select_header_content_type (['application/json' ])
417417
418418 # Authentication setting
419- auth_settings = ['PureCloud Auth ' ]
419+ auth_settings = ['PureCloud OAuth ' ]
420420
421421 response = self .api_client .call_api (resource_path , 'GET' ,
422422 path_params ,
@@ -488,7 +488,7 @@ def get_alerting_interactionstats_alerts_unread(self, **kwargs):
488488 select_header_content_type (['application/json' ])
489489
490490 # Authentication setting
491- auth_settings = ['PureCloud Auth ' ]
491+ auth_settings = ['PureCloud OAuth ' ]
492492
493493 response = self .api_client .call_api (resource_path , 'GET' ,
494494 path_params ,
@@ -569,7 +569,7 @@ def get_alerting_interactionstats_rule(self, rule_id, **kwargs):
569569 select_header_content_type (['application/json' ])
570570
571571 # Authentication setting
572- auth_settings = ['PureCloud Auth ' ]
572+ auth_settings = ['PureCloud OAuth ' ]
573573
574574 response = self .api_client .call_api (resource_path , 'GET' ,
575575 path_params ,
@@ -644,7 +644,7 @@ def get_alerting_interactionstats_rules(self, **kwargs):
644644 select_header_content_type (['application/json' ])
645645
646646 # Authentication setting
647- auth_settings = ['PureCloud Auth ' ]
647+ auth_settings = ['PureCloud OAuth ' ]
648648
649649 response = self .api_client .call_api (resource_path , 'GET' ,
650650 path_params ,
@@ -725,7 +725,7 @@ def post_alerting_interactionstats_rules(self, body, **kwargs):
725725 select_header_content_type (['application/json' ])
726726
727727 # Authentication setting
728- auth_settings = ['PureCloud Auth ' ]
728+ auth_settings = ['PureCloud OAuth ' ]
729729
730730 response = self .api_client .call_api (resource_path , 'POST' ,
731731 path_params ,
@@ -812,7 +812,7 @@ def put_alerting_interactionstats_alert(self, alert_id, body, **kwargs):
812812 select_header_content_type (['application/json' ])
813813
814814 # Authentication setting
815- auth_settings = ['PureCloud Auth ' ]
815+ auth_settings = ['PureCloud OAuth ' ]
816816
817817 response = self .api_client .call_api (resource_path , 'PUT' ,
818818 path_params ,
@@ -899,7 +899,7 @@ def put_alerting_interactionstats_rule(self, rule_id, body, **kwargs):
899899 select_header_content_type (['application/json' ])
900900
901901 # Authentication setting
902- auth_settings = ['PureCloud Auth ' ]
902+ auth_settings = ['PureCloud OAuth ' ]
903903
904904 response = self .api_client .call_api (resource_path , 'PUT' ,
905905 path_params ,
0 commit comments