From e148c2eea3d6d49ca16d02103b708138ecf4e540 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 21 Feb 2016 11:18:47 +0200 Subject: [PATCH] Add add_list_members to docs --- docs/api.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 781314c..fc8b0dc 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -645,6 +645,18 @@ List Methods :param id: the ID of the user to add as a member :rtype: :class:`List` object +.. method:: API.add_list_members(screen_name, user_id, slug, list_id, owner_id, owner_screen_name) + + Add up to 100 members to a list. The authenticated user must own the list to be + able to add members to it. Lists are limited to 5,000 members. + + :param screen_name: A comma separated list of screen names, up to 100 are allowed in a single request + :param user_id: A comma separated list of user IDs, up to 100 are allowed in a single request + :param slug: |slug| + :param list_id: The numerical id of the list + :param owner_id: The user ID of the user who owns the list being requested by a slug + :param owner_screen_name: The screen name of the user who owns the list being requested by a slug + :rtype: :class:`List` object .. method:: API.remove_list_member(slug, id) -- 2.25.1