mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Add button to delete 3rd party API lookup info
This commit is contained in:
parent
7d31079897
commit
3380e39de2
5 changed files with 171 additions and 7 deletions
31
API.md
31
API.md
|
@ -113,6 +113,20 @@ Delete and recreate the image cache directory.
|
|||
|
||||
|
||||
### delete_imgur_poster
|
||||
Delete the Imgur poster.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
rating_key (int): 1234
|
||||
(Note: Must be the movie, show, season, artist, or album rating key)
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
json:
|
||||
{"result": "success",
|
||||
"message": "Deleted Imgur poster."}
|
||||
```
|
||||
|
||||
|
||||
### delete_library
|
||||
|
@ -145,6 +159,23 @@ Returns:
|
|||
```
|
||||
|
||||
|
||||
### delete_lookup_info
|
||||
Delete the 3rd party API lookup info.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
rating_key (int): 1234
|
||||
(Note: Must be the movie, show, or artist rating key)
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
json:
|
||||
{"result": "success",
|
||||
"message": "Deleted lookup info."}
|
||||
```
|
||||
|
||||
|
||||
### delete_mobile_device
|
||||
Remove a mobile device from the database.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue