Skip to content

Commit 316b4cc

Browse files
committed
Add stringify_ids endpoint parameter for API.blocks_ids
1 parent dc81854 commit 316b4cc

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
@@ -850,7 +850,7 @@ def blocks_ids(self, *args, **kwargs):
850850
"""
851851
return self.request(
852852
'GET', 'blocks/ids', *args, endpoint_parameters=(
853-
'cursor',
853+
'stringify_ids', 'cursor',
854854
), **kwargs
855855
)
856856

0 commit comments

Comments
 (0)