From 8b4406da0e8fdc81439d03c7ee69949445acfab1 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 21 Feb 2016 11:09:12 +0200 Subject: [PATCH] Lists can have 5,000 members https://dev.twitter.com/rest/reference/post/lists/members/create --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index bb7c46a..781314c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -639,7 +639,7 @@ List Methods .. method:: API.add_list_member(slug, id) Add a member to a list. The authenticated user must own the list to be - able to add members to it. Lists are limited to having 500 members. + able to add members to it. Lists are limited to 5,000 members. :param slug: |slug| :param id: the ID of the user to add as a member -- 2.25.1