Add stringify_ids endpoint parameter for API.mutes_ids
authorHarmon <Harmon758@gmail.com>
Sun, 14 Feb 2021 06:03:59 +0000 (00:03 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 14 Feb 2021 06:03:59 +0000 (00:03 -0600)
tweepy/api.py

index 9dc02f3ccad4176075d585ef493ce778deb43701..50195022c06d1729d99042c0c26dd63580e26f7e 100644 (file)
@@ -797,7 +797,7 @@ class API:
         """
         return self.request(
             'GET', 'mutes/users/ids', *args, endpoint_parameters=(
-                'cursor',
+                'stringify_ids', 'cursor'
             ), **kwargs
         )