From caf71a24106fde6ec0b51f22daf1769e75792c38 Mon Sep 17 00:00:00 2001 From: Vedprakash Upraity <32728853+upraity1995@users.noreply.github.com> Date: Fri, 5 Jan 2018 17:17:51 +0530 Subject: [PATCH] line 866, 'text/plain' to 'x-www-form-urlencoded' --- artikcloud/apis/devices_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artikcloud/apis/devices_api.py b/artikcloud/apis/devices_api.py index 4deb3ac..7d65e60 100644 --- a/artikcloud/apis/devices_api.py +++ b/artikcloud/apis/devices_api.py @@ -863,7 +863,7 @@ def update_device_token_with_http_info(self, device_id, **kwargs): # HTTP header `Content-Type` header_params['Content-Type'] = self.api_client.\ - select_header_content_type(['text/plain']) + select_header_content_type(['x-www-form-urlencoded']) # Authentication setting auth_settings = ['artikcloud_oauth']