From 316b4cc73393e21075dd0fe1985777ba876bedcb Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 14 Feb 2021 00:16:16 -0600 Subject: [PATCH] Add stringify_ids endpoint parameter for API.blocks_ids --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 6ed2d43..1e99825 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -850,7 +850,7 @@ class API: """ return self.request( 'GET', 'blocks/ids', *args, endpoint_parameters=( - 'cursor', + 'stringify_ids', 'cursor', ), **kwargs ) -- 2.25.1