From 24206f23f4652505cdb3f55eab47f954002d982a Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 02:24:24 -0500 Subject: [PATCH] Update documentation for API.unsubscribe_list --- docs/api.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 1ac2096..23ee1b4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1000,12 +1000,14 @@ List Methods :rtype: :class:`List` object -.. method:: API.unsubscribe_list(owner, slug) +.. method:: API.unsubscribe_list(list_id/slug, [owner_id/owner_screen_name]) Unsubscribes the authenticated user from 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