From 51f680c27af5bc55cde2688cb0ef7b5e0b05c38f Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 04:47:15 -0500 Subject: [PATCH] Change API.mutes_ids payload type to ids --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index eb278e7..808e368 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -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 ) -- 2.25.1