From 846fed9b05cc1b380feb5607beedbc37af67df7f Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 02:21:15 -0500 Subject: [PATCH] Update documentation for API.subscribe_list --- docs/api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 0411d3b..1ac2096 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -989,12 +989,14 @@ List Methods :rtype: :class:`User` object if user is a member of list -.. method:: API.subscribe_list(owner, slug) +.. method:: API.subscribe_list(list_id/slug, [owner_id/owner_screen_name]) - Make the authenticated user follow the specified list. + Subscribes the authenticated user to 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| :rtype: :class:`List` object -- 2.25.1