Change API.mutes_ids payload type to ids
authorHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 09:47:15 +0000 (04:47 -0500)
committerGitHub <noreply@github.com>
Sat, 4 May 2019 09:47:15 +0000 (04:47 -0500)
tweepy/api.py

index eb278e7c56103aa580574e4d0972a2b9b518672d..808e368d708806aef0ce96a50debe0ef0c411188 100644 (file)
@@ -795,7 +795,7 @@ class API(object):
         return bind_api(
             api=self,
             path='/mutes/users/ids.json',
-            payload_type='json',
+            payload_type='ids',
             allowed_param=['cursor'],
             require_auth=True
         )