Skip to content

Commit 026ca52

Browse files
authored
Merge pull request #137 from samson0v/master
Fixed get_activation_link PE method
2 parents c1b5572 + caafa14 commit 026ca52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tb_rest_client/api/api_pe/user_controller_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,7 @@ def get_activation_link_using_get_with_http_info(self, user_id, **kwargs): # no
513513

514514
body_params = None
515515
# HTTP header `Accept`
516-
header_params['Accept'] = self.api_client.select_header_accept(
517-
['text/plain', 'application/json']) # noqa: E501
516+
header_params['Accept'] = self.api_client.select_header_accept(['text/plain']) # noqa: E501
518517

519518
# Authentication setting
520519
auth_settings = ['X-Authorization'] # noqa: E501

0 commit comments

Comments
 (0)