mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Add media info table refresh to API docs
This commit is contained in:
parent
12755970b7
commit
d94a1efe75
2 changed files with 2 additions and 0 deletions
1
API.md
1
API.md
|
@ -863,6 +863,7 @@ Optional parameters:
|
||||||
start (int): Row to start from, 0
|
start (int): Row to start from, 0
|
||||||
length (int): Number of items to return, 25
|
length (int): Number of items to return, 25
|
||||||
search (str): A string to search for, "Thrones"
|
search (str): A string to search for, "Thrones"
|
||||||
|
refresh (str): "true" to refresh the media info table
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
json:
|
json:
|
||||||
|
|
|
@ -631,6 +631,7 @@ class WebInterface(object):
|
||||||
start (int): Row to start from, 0
|
start (int): Row to start from, 0
|
||||||
length (int): Number of items to return, 25
|
length (int): Number of items to return, 25
|
||||||
search (str): A string to search for, "Thrones"
|
search (str): A string to search for, "Thrones"
|
||||||
|
refresh (str): "true" to refresh the media info table
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
json:
|
json:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue