Update API docs for delete_lookup_info
This commit is contained in:
7
API.md
7
API.md
@@ -173,10 +173,13 @@ Delete the 3rd party API lookup info.
|
|||||||
|
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
|
None
|
||||||
|
|
||||||
|
Optional parameters:
|
||||||
rating_key (int): 1234
|
rating_key (int): 1234
|
||||||
(Note: Must be the movie, show, artist, album, or track rating key)
|
(Note: Must be the movie, show, artist, album, or track rating key)
|
||||||
Optional parameters:
|
service (str): 'themoviedb' or 'tvmaze' or 'musicbrainz'
|
||||||
None
|
delete_all (bool): 'true' to delete all images form the service
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
json:
|
json:
|
||||||
|
@@ -4350,10 +4350,13 @@ class WebInterface(object):
|
|||||||
|
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
|
None
|
||||||
|
|
||||||
|
Optional parameters:
|
||||||
rating_key (int): 1234
|
rating_key (int): 1234
|
||||||
(Note: Must be the movie, show, artist, album, or track rating key)
|
(Note: Must be the movie, show, artist, album, or track rating key)
|
||||||
Optional parameters:
|
service (str): 'themoviedb' or 'tvmaze' or 'musicbrainz'
|
||||||
None
|
delete_all (bool): 'true' to delete all images form the service
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
json:
|
json:
|
||||||
|
Reference in New Issue
Block a user