mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Update API docs for delete_lookup_info
This commit is contained in:
parent
90374bb46f
commit
1f83afc2f4
2 changed files with 10 additions and 4 deletions
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue