diff --git a/onelogin/api/users_v2_api.py b/onelogin/api/users_v2_api.py index 2fd2d3d..bef69f1 100644 --- a/onelogin/api/users_v2_api.py +++ b/onelogin/api/users_v2_api.py @@ -180,7 +180,7 @@ def create_user2_with_http_info(self, mappings : Annotated[Optional[StrictStr], _header_params['Content-Type'] = _content_types_list # authentication setting - _auth_settings = [] # noqa: E501 + _auth_settings = ['OAuth2'] # noqa: E501 _response_types_map = { '201': "User", @@ -1066,7 +1066,7 @@ def update_user2_with_http_info(self, user_id : Annotated[StrictInt, Field(..., _header_params['Content-Type'] = _content_types_list # authentication setting - _auth_settings = [] # noqa: E501 + _auth_settings = ['OAuth2'] # noqa: E501 _response_types_map = { '200': "User",