Skip to content

Commit 65c7ce7

Browse files
committed
Add include_entities endpoint parameter for API.create_favorite
1 parent d3d2abe commit 65c7ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tweepy/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def create_favorite(self, id, *args, **kwargs):
756756
"""
757757
return self.request(
758758
'POST', 'favorites/create', id, *args, endpoint_parameters=(
759-
'id',
759+
'id', 'include_entities'
760760
), **kwargs
761761
)
762762

0 commit comments

Comments
 (0)