Update documentation for API.destroy_list
authorHarmon <Harmon758@gmail.com>
Tue, 2 Jul 2019 00:21:51 +0000 (19:21 -0500)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2019 00:21:51 +0000 (19:21 -0500)
docs/api.rst

index f0144ae42020180ecf21c870c7d920c280ecb006..5aa64d67effde96e1b52c520daeb73aecf39511b 100644 (file)
@@ -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