Skip to content

Commit

Permalink
Add stringify_ids endpoint parameter for API.friendships_outgoing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 12, 2021
1 parent 6d3b7f2 commit 7ed0762
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 @@ -636,7 +636,7 @@ def friendships_outgoing(self, *args, **kwargs):
"""
return self.request(
'GET', 'friendships/outgoing', *args, endpoint_parameters=(
'cursor',
'cursor', 'stringify_ids'
), **kwargs
)

Expand Down

0 comments on commit 7ed0762

Please sign in to comment.