From ba3f473cfb7729f21f11b54d31fa7586672b02ca Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 1 Jul 2019 19:21:51 -0500 Subject: [PATCH] Update documentation for API.destroy_list --- docs/api.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index f0144ae..5aa64d6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -617,10 +617,14 @@ List Methods :rtype: :class:`List` object -.. method:: API.destroy_list(slug) +.. method:: API.destroy_list([owner_screen_name/owner_id], list_id/slug) - Deletes the specified list. Must be owned by the authenticated user. + Deletes the specified list. + The authenticated user must own the list to be able to destroy it. + :param owner_screen_name: |owner_screen_name| + :param owner_id: |owner_id| + :param list_id: |list_id| :param slug: |slug| :rtype: :class:`List` object -- 2.25.1