File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class RecombeeClient
1818 include HTTParty
1919
2020 BATCH_MAX_SIZE = 10000
21- USER_AGENT = { 'User-Agent' => 'recombee-ruby-api-client/2.0.0 ' }
21+ USER_AGENT = { 'User-Agent' => 'recombee-ruby-api-client/2.0.1 ' }
2222
2323 ##
2424 # - +account+ -> Name of your account at Recombee
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class MergeUsers < ApiRequest
1919
2020 ##
2121 # * *Required arguments*
22- # - +target_user_id+ -> ID of the source user.
23- # - +source_user_id+ -> ID of the target user.
22+ # - +target_user_id+ -> ID of the targer user.
23+ # - +source_user_id+ -> ID of the source user.
2424 #
2525 # * *Optional arguments (given as hash optional)*
2626 # - +cascadeCreate+ -> Sets whether the user *targetUserId* should be created if not present in the database.
Original file line number Diff line number Diff line change 11module RecombeeApiClient
2- VERSION = '2.0.0 '
2+ VERSION = '2.0.1 '
33end
You can’t perform that action at this time.
0 commit comments