Skip to content

Commit

Permalink
Add include_entities endpoint parameter for API.create_favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 13, 2021
1 parent d3d2abe commit 65c7ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def create_favorite(self, id, *args, **kwargs):
"""
return self.request(
'POST', 'favorites/create', id, *args, endpoint_parameters=(
'id',
'id', 'include_entities'
), **kwargs
)

Expand Down

0 comments on commit 65c7ce7

Please sign in to comment.