From 1f83afc2f4e8ca340c6b2da043a95ddad17fe16e Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 14 Mar 2020 14:00:30 -0700 Subject: [PATCH] Update API docs for delete_lookup_info --- API.md | 7 +++++-- plexpy/webserve.py | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 0b113bd2..799f4dee 100644 --- a/API.md +++ b/API.md @@ -173,10 +173,13 @@ Delete the 3rd party API lookup info. ``` Required parameters: + None + +Optional parameters: rating_key (int): 1234 (Note: Must be the movie, show, artist, album, or track rating key) -Optional parameters: - None + service (str): 'themoviedb' or 'tvmaze' or 'musicbrainz' + delete_all (bool): 'true' to delete all images form the service Returns: json: diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 5431d136..f41c1839 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -4350,10 +4350,13 @@ class WebInterface(object): ``` Required parameters: + None + + Optional parameters: rating_key (int): 1234 (Note: Must be the movie, show, artist, album, or track rating key) - Optional parameters: - None + service (str): 'themoviedb' or 'tvmaze' or 'musicbrainz' + delete_all (bool): 'true' to delete all images form the service Returns: json: