Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions artikcloud/apis/devices_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def update_device_token_with_http_info(self, device_id, **kwargs):
form_params = []
local_var_files = {}

body_params = None
body_params = "{}"

# HTTP header `Accept`
header_params['Accept'] = self.api_client.\
Expand All @@ -873,7 +873,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(['application/json'])

# Authentication setting
auth_settings = ['artikcloud_oauth']
Expand Down