From 83899bf64a701fe0e932e3ced49be8cf61caf0f2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 02:30:26 -0500 Subject: [PATCH] Update documentation for API.list_subscribers --- docs/api.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 23ee1b4..d568147 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1011,12 +1011,16 @@ List Methods :rtype: :class:`List` object -.. method:: API.list_subscribers(owner, slug, [cursor]) +.. method:: API.list_subscribers(list_id/slug, [owner_id/owner_screen_name], \ + [cursor]) - Returns the subscribers of the specified list. + Returns the subscribers of the specified list. Private list subscribers will + only be shown if the authenticated user owns the specified list. - :param owner: |list_owner| + :param list_id: |list_id| :param slug: |slug| + :param owner_id: |owner_id| + :param owner_screen_name: |owner_screen_name| :param cursor: |cursor| :rtype: list of :class:`User` objects -- 2.25.1