Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0af7994

Browse files
author
Balazs Horanyi
committed
forgot to remove ids from params in upsert_data
1 parent f3c9033 commit 0af7994

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stream/personalization.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ def delete(self, url, **params):
5252

5353
return response
5454

55-
def upsert_data(self, collection_name, ids, data):
55+
def upsert_data(self, collection_name, data):
5656
"""
5757
5858
:param collection_name: Collection Name i.e 'user'
59-
:param ids: list of ids of feed group i.e [123,456]
6059
:param data: list of dictionaries
6160
:return: http response, 201 if successful along with data posted.
6261

0 commit comments

Comments
 (0)