Add media info table refresh to API docs
This commit is contained in:
1
API.md
1
API.md
@@ -863,6 +863,7 @@ Optional parameters:
|
||||
start (int): Row to start from, 0
|
||||
length (int): Number of items to return, 25
|
||||
search (str): A string to search for, "Thrones"
|
||||
refresh (str): "true" to refresh the media info table
|
||||
|
||||
Returns:
|
||||
json:
|
||||
|
@@ -631,6 +631,7 @@ class WebInterface(object):
|
||||
start (int): Row to start from, 0
|
||||
length (int): Number of items to return, 25
|
||||
search (str): A string to search for, "Thrones"
|
||||
refresh (str): "true" to refresh the media info table
|
||||
|
||||
Returns:
|
||||
json:
|
||||
|
Reference in New Issue
Block a user