@@ -194,7 +194,7 @@ def get_merged_mobile_app_settings_with_http_info(self, **kwargs): # noqa: E501
194194 ['application/json' ]) # noqa: E501
195195
196196 # Authentication setting
197- auth_settings = ['HTTP login form ' ] # noqa: E501
197+ auth_settings = ['X-Authorization ' ] # noqa: E501
198198
199199 return self .api_client .call_api (
200200 '/api/mobile/app/settings/merged' , 'GET' ,
@@ -278,10 +278,10 @@ def get_mobile_app_deep_link_with_http_info(self, **kwargs): # noqa: E501
278278 body_params = None
279279 # HTTP header `Accept`
280280 header_params ['Accept' ] = self .api_client .select_header_accept (
281- ['text/plain' , 'application/json' ]) # noqa: E501
281+ ['text/plain' ]) # noqa: E501
282282
283283 # Authentication setting
284- auth_settings = ['HTTP login form ' ] # noqa: E501
284+ auth_settings = ['X-Authorization ' ] # noqa: E501
285285
286286 return self .api_client .call_api (
287287 '/api/mobile/deepLink' , 'GET' ,
@@ -368,7 +368,7 @@ def get_mobile_app_settings_with_http_info(self, **kwargs): # noqa: E501
368368 ['application/json' ]) # noqa: E501
369369
370370 # Authentication setting
371- auth_settings = ['HTTP login form ' ] # noqa: E501
371+ auth_settings = ['X-Authorization ' ] # noqa: E501
372372
373373 return self .api_client .call_api (
374374 '/api/mobile/app/settings' , 'GET' ,
@@ -562,7 +562,7 @@ def save_mobile_app_settings_with_http_info(self, body, **kwargs): # noqa: E501
562562 ['application/json' ]) # noqa: E501
563563
564564 # Authentication setting
565- auth_settings = ['HTTP login form ' ] # noqa: E501
565+ auth_settings = ['X-Authorization ' ] # noqa: E501
566566
567567 return self .api_client .call_api (
568568 '/api/mobile/app/settings' , 'POST' ,
0 commit comments